#055985

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

Shades of Dark Cerulean #055985

Tints of Dark Cerulean #055985

Color information

#055985 (or 0x055985) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 85. RGB value is (5,89,133). Sum of RGB (Red+Green+Blue) = 5+89+133=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #055985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055985 is #FAA67A. Grayscale: #444444. Windows color (decimal): -16426619 or 8739077. OLE color: 8739077.

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

Color convert

RGB589133-
CMYK0.960.3300.48
HSL200.62º92.75%27.06%-
HSV(B)200.62º96.24%52.16%-
XYZ7.878.8723.49-
YUV68.9164.1782.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=2.20%
G=39.21%
B=58.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5891330.960.3300.48200.6292.7527.06
Hex559856021030c95d1b
Octal51312051404106031113533
Binary1011011001100001011100000100001011000011001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055985; }

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

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

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

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

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

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

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

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