#053479

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

Shades of Dark Cerulean #053479

Tints of Dark Cerulean #053479

Color information

#053479 (or 0x053479) is unknown color: approx Dark Cerulean. HEX triplet: 05, 34 and 79. RGB value is (5,52,121). Sum of RGB (Red+Green+Blue) = 5+52+121=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #053479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053479 is #FACB86. Grayscale: #2D2D2D. Windows color (decimal): -16436103 or 7943173. OLE color: 7943173.

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

Color convert

RGB552121-
CMYK0.960.5700.53
HSL215.69º92.06%24.71%-
HSV(B)215.69º95.87%47.45%-
XYZ4.743.8718.59-
YUV45.81170.4398.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 121 (47.66% from 255) = 67.98%
R=2.81%
G=29.21%
B=67.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5521210.960.5700.53215.6992.0624.71
Hex534796039035d85c19
Octal5641711407106533013431
Binary10111010011110011100000111001011010111011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053479; }

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

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

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

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

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

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

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

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