#053A93

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

Shades of Smalt #053A93

Tints of Smalt #053A93

Color information

#053A93 (or 0x053A93) is unknown color: approx Smalt. HEX triplet: 05, 3A and 93. RGB value is (5,58,147). Sum of RGB (Red+Green+Blue) = 5+58+147=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #053A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A93 is #FAC56C. Grayscale: #333333. Windows color (decimal): -16434541 or 9648645. OLE color: 9648645.

HSL color Cylindrical-coordinate representation of color #053A93: hue angle of 217.61º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A93 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB558147-
CMYK0.970.6100.42
HSL217.61º93.42%29.8%-
HSV(B)217.61º96.6%57.65%-
XYZ6.845.1628.24-
YUV52.3181.4494.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 147 (57.81% from 255) = 70%
R=2.38%
G=27.62%
B=70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5581470.970.6100.42217.6193.4229.8
Hex53A93613D02Ada5d1e
Octal5722231417505233213536
Binary101111010100100111100001111101010101011011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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