#053CA2

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

Shades of Smalt #053CA2

Tints of Smalt #053CA2

Color information

#053CA2 (or 0x053CA2) is unknown color: approx Smalt. HEX triplet: 05, 3C and A2. RGB value is (5,60,162). Sum of RGB (Red+Green+Blue) = 5+60+162=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #053CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053CA2 is #FAC35D. Grayscale: #363636. Windows color (decimal): -16434014 or 10632197. OLE color: 10632197.

HSL color Cylindrical-coordinate representation of color #053CA2: hue angle of 218.98º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053CA2 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB560162-
CMYK0.970.6300.36
HSL218.98º94.01%32.75%-
HSV(B)218.98º96.91%63.53%-
XYZ8.25.8734.88-
YUV55.18188.2892.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 162 (63.67% from 255) = 71.37%
R=2.20%
G=26.43%
B=71.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5601620.970.6300.36218.9894.0132.75
Hex53CA2613F024db5e21
Octal5742421417704433313641
Binary1011111001010001011000011111110100100110110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053CA2; }

 p { color: rgb(5,60,162); }

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

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

 a { background-color: rgb(5,60,162); }

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

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

 span { border-color: rgb(5,60,162); }

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