#053579

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

Shades of Dark Cerulean #053579

Tints of Dark Cerulean #053579

Color information

#053579 (or 0x053579) is unknown color: approx Dark Cerulean. HEX triplet: 05, 35 and 79. RGB value is (5,53,121). Sum of RGB (Red+Green+Blue) = 5+53+121=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #053579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053579 is #FACA86. Grayscale: #2E2E2E. Windows color (decimal): -16435847 or 7943429. OLE color: 7943429.

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

Color convert

RGB553121-
CMYK0.960.5600.53
HSL215.17º92.06%24.71%-
HSV(B)215.17º95.87%47.45%-
XYZ4.793.9618.6-
YUV46.4170.198.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 121 (47.66% from 255) = 67.60%
R=2.79%
G=29.61%
B=67.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5531210.960.5600.53215.1792.0624.71
Hex535796038035d75c19
Octal5651711407006532713431
Binary10111010111110011100000111000011010111010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053579; }

 p { color: rgb(5,53,121); }

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

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

 a { background-color: rgb(5,53,121); }

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

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

 span { border-color: rgb(5,53,121); }

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