#053678

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

Shades of Dark Cerulean #053678

Tints of Dark Cerulean #053678

Color information

#053678 (or 0x053678) is unknown color: approx Dark Cerulean. HEX triplet: 05, 36 and 78. RGB value is (5,54,120). Sum of RGB (Red+Green+Blue) = 5+54+120=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #053678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053678 is #FAC987. Grayscale: #2E2E2E. Windows color (decimal): -16435592 or 7878149. OLE color: 7878149.

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

Color convert

RGB554120-
CMYK0.960.5500.53
HSL214.43º92%24.51%-
HSV(B)214.43º95.83%47.06%-
XYZ4.774.0318.3-
YUV46.87169.2798.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 120 (47.27% from 255) = 67.04%
R=2.79%
G=30.17%
B=67.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5541200.960.5500.53214.439224.51
Hex536786037035d65c19
Octal5661701406706532613431
Binary10111011011110001100000110111011010111010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053678; }

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

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

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

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

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

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

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

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