#055480

Color #055480 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #055480

Tints of Dark Cerulean #055480

Color information

#055480 (or 0x055480) is unknown color: approx Dark Cerulean. HEX triplet: 05, 54 and 80. RGB value is (5,84,128). Sum of RGB (Red+Green+Blue) = 5+84+128=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #055480 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055480 is #FAAB7F. Grayscale: #414141. Windows color (decimal): -16427904 or 8410117. OLE color: 8410117.

HSL color Cylindrical-coordinate representation of color #055480: hue angle of 201.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055480 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB584128-
CMYK0.960.3400.50
HSL201.46º92.48%26.08%-
HSV(B)201.46º96.09%50.2%-
XYZ7.137.9321.58-
YUV65.4163.3384.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 128 (50.39% from 255) = 58.99%
R=2.30%
G=38.71%
B=58.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5841280.960.3400.50201.4692.4826.08
Hex554806022032c95c1a
Octal51242001404206231113432
Binary1011010100100000001100000100010011001011001001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055480; }

 p { color: rgb(5,84,128); }

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

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

 a { background-color: rgb(5,84,128); }

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

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

 span { border-color: rgb(5,84,128); }

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