#055286

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

Shades of Dark Cerulean #055286

Tints of Dark Cerulean #055286

Color information

#055286 (or 0x055286) is unknown color: approx Dark Cerulean. HEX triplet: 05, 52 and 86. RGB value is (5,82,134). Sum of RGB (Red+Green+Blue) = 5+82+134=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #055286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055286 is #FAAD79. Grayscale: #404040. Windows color (decimal): -16428410 or 8802821. OLE color: 8802821.

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

Color convert

RGB582134-
CMYK0.960.3900.47
HSL204.19º92.81%27.25%-
HSV(B)204.19º96.27%52.55%-
XYZ7.387.7923.67-
YUV64.9166.9985.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 134 (52.73% from 255) = 60.63%
R=2.26%
G=37.10%
B=60.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5821340.960.3900.47204.1992.8127.25
Hex55286602702Fcc5d1b
Octal51222061404705731413533
Binary1011010010100001101100000100111010111111001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055286; }

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

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

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

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

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

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

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

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