#053BA0

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

Shades of Smalt #053BA0

Tints of Smalt #053BA0

Color information

#053BA0 (or 0x053BA0) is unknown color: approx Smalt. HEX triplet: 05, 3B and A0. RGB value is (5,59,160). Sum of RGB (Red+Green+Blue) = 5+59+160=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 160 (62.89% from 255 or 71.43% from 224); Max value from RGB is 160 - color contains mainly: blue. Hex color #053BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BA0 is #FAC45F. Grayscale: #353535. Windows color (decimal): -16434272 or 10500869. OLE color: 10500869.

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

Color convert

RGB559160-
CMYK0.970.6300.37
HSL219.1º93.94%32.35%-
HSV(B)219.1º96.88%62.75%-
XYZ7.975.733.94-
YUV54.37187.6192.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 160 (62.89% from 255) = 71.43%
R=2.23%
G=26.34%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5591600.970.6300.37219.193.9432.35
Hex53BA0613F025db5e20
Octal5732401417704533313640
Binary1011110111010000011000011111110100101110110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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