#053BA2

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

Shades of Smalt #053BA2

Tints of Smalt #053BA2

Color information

#053BA2 (or 0x053BA2) is unknown color: approx Smalt. HEX triplet: 05, 3B and A2. RGB value is (5,59,162). Sum of RGB (Red+Green+Blue) = 5+59+162=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #053BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BA2 is #FAC45D. Grayscale: #363636. Windows color (decimal): -16434270 or 10631941. OLE color: 10631941.

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

Color convert

RGB559162-
CMYK0.970.6400.36
HSL219.36º94.01%32.75%-
HSV(B)219.36º96.91%63.53%-
XYZ8.155.7734.87-
YUV54.6188.6192.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.21%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 162 (63.67% from 255) = 71.68%
R=2.21%
G=26.11%
B=71.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5591620.970.6400.36219.3694.0132.75
Hex53BA26140024db5e21
Octal57324214110004433313641
Binary10111101110100010110000110000000100100110110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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