#053284

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

Shades of Smalt #053284

Tints of Smalt #053284

Color information

#053284 (or 0x053284) is unknown color: approx Smalt. HEX triplet: 05, 32 and 84. RGB value is (5,50,132). Sum of RGB (Red+Green+Blue) = 5+50+132=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #053284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053284 is #FACD7B. Grayscale: #2D2D2D. Windows color (decimal): -16436604 or 8663557. OLE color: 8663557.

HSL color Cylindrical-coordinate representation of color #053284: hue angle of 218.74º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053284 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB550132-
CMYK0.960.6200.48
HSL218.74º92.7%26.86%-
HSV(B)218.74º96.21%51.76%-
XYZ5.373.9822.31-
YUV45.89176.5998.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 132 (51.95% from 255) = 70.59%
R=2.67%
G=26.74%
B=70.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5501320.960.6200.48218.7492.726.86
Hex53284603E030db5d1b
Octal5622041407606033313533
Binary101110010100001001100000111110011000011011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053284; }

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

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

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

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

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

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

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

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