#053DA2

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

Shades of Smalt #053DA2

Tints of Smalt #053DA2

Color information

#053DA2 (or 0x053DA2) is unknown color: approx Smalt. HEX triplet: 05, 3D and A2. RGB value is (5,61,162). Sum of RGB (Red+Green+Blue) = 5+61+162=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #053DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053DA2 is #FAC25D. Grayscale: #373737. Windows color (decimal): -16433758 or 10632453. OLE color: 10632453.

HSL color Cylindrical-coordinate representation of color #053DA2: hue angle of 218.6º 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 #053DA2 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB561162-
CMYK0.970.6200.36
HSL218.6º94.01%32.75%-
HSV(B)218.6º96.91%63.53%-
XYZ8.255.9834.9-
YUV55.77187.9591.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 162 (63.67% from 255) = 71.05%
R=2.19%
G=26.75%
B=71.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5611620.970.6200.36218.694.0132.75
Hex53DA2613E024db5e21
Octal5752421417604433313641
Binary1011111011010001011000011111100100100110110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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