#055986

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

Shades of Dark Cerulean #055986

Tints of Dark Cerulean #055986

Color information

#055986 (or 0x055986) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 86. RGB value is (5,89,134). Sum of RGB (Red+Green+Blue) = 5+89+134=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #055986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055986 is #FAA679. Grayscale: #444444. Windows color (decimal): -16426618 or 8804613. OLE color: 8804613.

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

Color convert

RGB589134-
CMYK0.960.3400.47
HSL200.93º92.81%27.25%-
HSV(B)200.93º96.27%52.55%-
XYZ7.948.923.85-
YUV69.01164.6782.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=2.19%
G=39.04%
B=58.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5891340.960.3400.47200.9392.8127.25
Hex55986602202Fc95d1b
Octal51312061404205731113533
Binary1011011001100001101100000100010010111111001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055986; }

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

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

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

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

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

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

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

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