#54A9BB

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

Shades of Viking #54A9BB

Tints of Viking #54A9BB

Color information

#54A9BB (or 0x54A9BB) is unknown color: approx Viking. HEX triplet: 54, A9 and BB. RGB value is (84,169,187). Sum of RGB (Red+Green+Blue) = 84+169+187=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #54A9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9BB is #AB5644. Grayscale: #919191. Windows color (decimal): -11228741 or 12298580. OLE color: 12298580.

HSL color Cylindrical-coordinate representation of color #54A9BB: hue angle of 190.49º degrees, saturation: 0.43, 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 #54A9BB is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84169187-
CMYK0.550.1000.27
HSL190.49º43.1%53.14%-
HSV(B)190.49º55.08%73.33%-
XYZ26.8133.8552.13-
YUV145.64151.3484.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.09%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=19.09%
G=38.41%
B=42.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841691870.550.1000.27190.4943.153.14
Hex54A9BB37A01Bbe2b35
Octal12425127367120332765365
Binary10101001010100110111011110111101001101110111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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