#055C85

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

Shades of Dark Cerulean #055C85

Tints of Dark Cerulean #055C85

Color information

#055C85 (or 0x055C85) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5C and 85. RGB value is (5,92,133). Sum of RGB (Red+Green+Blue) = 5+92+133=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #055C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C85 is #FAA37A. Grayscale: #464646. Windows color (decimal): -16425851 or 8739845. OLE color: 8739845.

HSL color Cylindrical-coordinate representation of color #055C85: hue angle of 199.22º 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 #055C85 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB592133-
CMYK0.960.3100.48
HSL199.22º92.75%27.06%-
HSV(B)199.22º96.24%52.16%-
XYZ8.129.3823.57-
YUV70.66163.1881.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=2.17%
G=40%
B=57.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5921330.960.3100.48199.2292.7527.06
Hex55C85601F030c75d1b
Octal51342051403706030713533
Binary101101110010000101110000011111011000011000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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