#053878

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

Shades of Dark Cerulean #053878

Tints of Dark Cerulean #053878

Color information

#053878 (or 0x053878) is unknown color: approx Dark Cerulean. HEX triplet: 05, 38 and 78. RGB value is (5,56,120). Sum of RGB (Red+Green+Blue) = 5+56+120=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #053878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053878 is #FAC787. Grayscale: #2F2F2F. Windows color (decimal): -16435080 or 7878661. OLE color: 7878661.

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

Color convert

RGB556120-
CMYK0.960.5300.53
HSL213.39º92%24.51%-
HSV(B)213.39º95.83%47.06%-
XYZ4.874.2218.33-
YUV48.05168.697.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=2.76%
G=30.94%
B=66.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5561200.960.5300.53213.399224.51
Hex538786035035d55c19
Octal5701701406506532513431
Binary10111100011110001100000110101011010111010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053878; }

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

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

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

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

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

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

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

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