#053876

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

Shades of Dark Cerulean #053876

Tints of Dark Cerulean #053876

Color information

#053876 (or 0x053876) is unknown color: approx Dark Cerulean. HEX triplet: 05, 38 and 76. RGB value is (5,56,118). Sum of RGB (Red+Green+Blue) = 5+56+118=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #053876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053876 is #FAC789. Grayscale: #2F2F2F. Windows color (decimal): -16435082 or 7747589. OLE color: 7747589.

HSL color Cylindrical-coordinate representation of color #053876: hue angle of 212.92º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053876 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB556118-
CMYK0.960.5300.54
HSL212.92º91.87%24.12%-
HSV(B)212.92º95.76%46.27%-
XYZ4.754.1717.69-
YUV47.82167.697.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=2.79%
G=31.28%
B=65.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5561180.960.5300.54212.9291.8724.12
Hex538766035036d55c18
Octal5701661406506632513430
Binary10111100011101101100000110101011011011010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053876; }

 p { color: rgb(5,56,118); }

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

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

 a { background-color: rgb(5,56,118); }

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

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

 span { border-color: rgb(5,56,118); }

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