#053A91

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

Shades of Smalt #053A91

Tints of Smalt #053A91

Color information

#053A91 (or 0x053A91) is unknown color: approx Smalt. HEX triplet: 05, 3A and 91. RGB value is (5,58,145). Sum of RGB (Red+Green+Blue) = 5+58+145=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #053A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A91 is #FAC56E. Grayscale: #333333. Windows color (decimal): -16434543 or 9517573. OLE color: 9517573.

HSL color Cylindrical-coordinate representation of color #053A91: hue angle of 217.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A91 is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB558145-
CMYK0.970.600.43
HSL217.29º93.33%29.41%-
HSV(B)217.29º96.55%56.86%-
XYZ6.695.127.42-
YUV52.07180.4494.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=2.40%
G=27.88%
B=69.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5581450.970.600.43217.2993.3329.41
Hex53A91613C02Bd95d1d
Octal5722211417405333113535
Binary101111010100100011100001111100010101111011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,58,145); }

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

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

 a { background-color: rgb(5,58,145); }

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

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

 span { border-color: rgb(5,58,145); }

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