#053875

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

Shades of Dark Cerulean #053875

Tints of Dark Cerulean #053875

Color information

#053875 (or 0x053875) is unknown color: approx Dark Cerulean. HEX triplet: 05, 38 and 75. RGB value is (5,56,117). Sum of RGB (Red+Green+Blue) = 5+56+117=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #053875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053875 is #FAC78A. Grayscale: #2F2F2F. Windows color (decimal): -16435083 or 7682053. OLE color: 7682053.

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

Color convert

RGB556117-
CMYK0.960.5200.54
HSL212.68º91.8%23.92%-
HSV(B)212.68º95.73%45.88%-
XYZ4.694.1417.38-
YUV47.7167.197.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=2.81%
G=31.46%
B=65.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5561170.960.5200.54212.6891.823.92
Hex538756034036d55c18
Octal5701651406406632513430
Binary10111100011101011100000110100011011011010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053875; }

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

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

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

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

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

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

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

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