#055B85

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

Shades of Dark Cerulean #055B85

Tints of Dark Cerulean #055B85

Color information

#055B85 (or 0x055B85) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5B and 85. RGB value is (5,91,133). Sum of RGB (Red+Green+Blue) = 5+91+133=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #055B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B85 is #FAA47A. Grayscale: #454545. Windows color (decimal): -16426107 or 8739589. OLE color: 8739589.

HSL color Cylindrical-coordinate representation of color #055B85: hue angle of 199.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055B85 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB591133-
CMYK0.960.3200.48
HSL199.69º92.75%27.06%-
HSV(B)199.69º96.24%52.16%-
XYZ8.049.2123.54-
YUV70.07163.5181.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=2.18%
G=39.74%
B=58.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5911330.960.3200.48199.6992.7527.06
Hex55B856020030c85d1b
Octal51332051404006031013533
Binary1011011011100001011100000100000011000011001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055B85; }

 p { color: rgb(5,91,133); }

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

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

 a { background-color: rgb(5,91,133); }

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

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

 span { border-color: rgb(5,91,133); }

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