#54A9B9

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

Shades of Viking #54A9B9

Tints of Viking #54A9B9

Color information

#54A9B9 (or 0x54A9B9) is unknown color: approx Viking. HEX triplet: 54, A9 and B9. RGB value is (84,169,185). Sum of RGB (Red+Green+Blue) = 84+169+185=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #54A9B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9B9 is #AB5646. Grayscale: #919191. Windows color (decimal): -11228743 or 12167508. OLE color: 12167508.

HSL color Cylindrical-coordinate representation of color #54A9B9: hue angle of 189.5º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54A9B9 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84169185-
CMYK0.550.0900.27
HSL189.5º41.91%52.75%-
HSV(B)189.5º54.59%72.55%-
XYZ26.633.7651.01-
YUV145.41150.3484.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.18%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=19.18%
G=38.58%
B=42.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841691850.550.0900.27189.541.9152.75
Hex54A9B937901Bbe2a35
Octal12425127167110332765265
Binary10101001010100110111001110111100101101110111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,169,185); }

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

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

 a { background-color: rgb(84,169,185); }

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

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

 span { border-color: rgb(84,169,185); }

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