#055084

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

Shades of Dark Cerulean #055084

Tints of Dark Cerulean #055084

Color information

#055084 (or 0x055084) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 84. RGB value is (5,80,132). Sum of RGB (Red+Green+Blue) = 5+80+132=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #055084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055084 is #FAAF7B. Grayscale: #3F3F3F. Windows color (decimal): -16428924 or 8671237. OLE color: 8671237.

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

Color convert

RGB580132-
CMYK0.960.3900.48
HSL204.57º92.7%26.86%-
HSV(B)204.57º96.21%51.76%-
XYZ7.17.4422.89-
YUV63.5166.6586.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=2.30%
G=36.87%
B=60.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5801320.960.3900.48204.5792.726.86
Hex550846027030cd5d1b
Octal51202041404706031513533
Binary1011010000100001001100000100111011000011001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055084; }

 p { color: rgb(5,80,132); }

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

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

 a { background-color: rgb(5,80,132); }

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

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

 span { border-color: rgb(5,80,132); }

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