#053280

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

Shades of Dark Cerulean #053280

Tints of Dark Cerulean #053280

Color information

#053280 (or 0x053280) is unknown color: approx Dark Cerulean. HEX triplet: 05, 32 and 80. RGB value is (5,50,128). Sum of RGB (Red+Green+Blue) = 5+50+128=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #053280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053280 is #FACD7F. Grayscale: #2D2D2D. Windows color (decimal): -16436608 or 8401413. OLE color: 8401413.

HSL color Cylindrical-coordinate representation of color #053280: hue angle of 218.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053280 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB550128-
CMYK0.960.6100.50
HSL218.05º92.48%26.08%-
HSV(B)218.05º96.09%50.2%-
XYZ5.13.8720.9-
YUV45.44174.5999.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=2.73%
G=27.32%
B=69.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5501280.960.6100.50218.0592.4826.08
Hex53280603D032da5c1a
Octal5622001407506233213432
Binary101110010100000001100000111101011001011011010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053280; }

 p { color: rgb(5,50,128); }

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

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

 a { background-color: rgb(5,50,128); }

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

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

 span { border-color: rgb(5,50,128); }

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