#055581

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

Shades of Dark Cerulean #055581

Tints of Dark Cerulean #055581

Color information

#055581 (or 0x055581) is unknown color: approx Dark Cerulean. HEX triplet: 05, 55 and 81. RGB value is (5,85,129). Sum of RGB (Red+Green+Blue) = 5+85+129=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #055581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055581 is #FAAA7E. Grayscale: #414141. Windows color (decimal): -16427647 or 8475909. OLE color: 8475909.

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

Color convert

RGB585129-
CMYK0.960.3400.49
HSL201.29º92.54%26.27%-
HSV(B)201.29º96.12%50.59%-
XYZ7.278.1121.95-
YUV66.1163.584.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 129 (50.78% from 255) = 58.90%
R=2.28%
G=38.81%
B=58.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5851290.960.3400.49201.2992.5426.27
Hex555816022031c95d1a
Octal51252011404206131113532
Binary1011010101100000011100000100010011000111001001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055581; }

 p { color: rgb(5,85,129); }

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

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

 a { background-color: rgb(5,85,129); }

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

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

 span { border-color: rgb(5,85,129); }

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