#54A6BF

Color #54A6BF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54A6BF

Tints of Viking #54A6BF

Color information

#54A6BF (or 0x54A6BF) is unknown color: approx Viking. HEX triplet: 54, A6 and BF. RGB value is (84,166,191). Sum of RGB (Red+Green+Blue) = 84+166+191=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #54A6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6BF is #AB5940. Grayscale: #909090. Windows color (decimal): -11229505 or 12559956. OLE color: 12559956.

HSL color Cylindrical-coordinate representation of color #54A6BF: hue angle of 194.02º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A6BF is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84166191-
CMYK0.560.1300.25
HSL194.02º45.53%53.92%-
HSV(B)194.02º56.02%74.9%-
XYZ26.732.9254.24-
YUV144.33154.3384.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 19.05%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 191 (75% from 255) = 43.31%
R=19.05%
G=37.64%
B=43.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841661910.560.1300.25194.0245.5353.92
Hex54A6BF38D019c22e36
Octal12424627770150313025666
Binary10101001010011010111111111000110101100111000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A6BF; }

 p { color: rgb(84,166,191); }

 H1.HeaderClassName
 {
   color: #54A6BF;
 }
 .AnyTagClassName
 {
   color: #54A6BF;
 }
</style>
background-color css

<style>
 a { background-color: #54A6BF; }

 a { background-color: rgb(84,166,191); }

 div.DivClassName
 {
   background-color: #54A6BF;
 }
 .BgClassName
 {
   background-color: #54A6BF;
 }
</style>
border-color css

<style>
 span { border-color: #54A6BF; }

 span { border-color: rgb(84,166,191); }

 td.TdClassName
 {
   border-color: #54A6BF;
 }
 .TagClassName
 {
   border-color: #54A6BF;
 }
</style>