#053791

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

Shades of Smalt #053791

Tints of Smalt #053791

Color information

#053791 (or 0x053791) is unknown color: approx Smalt. HEX triplet: 05, 37 and 91. RGB value is (5,55,145). Sum of RGB (Red+Green+Blue) = 5+55+145=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #053791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053791 is #FAC86E. Grayscale: #313131. Windows color (decimal): -16435311 or 9516805. OLE color: 9516805.

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

Color convert

RGB555145-
CMYK0.970.6200.43
HSL218.57º93.33%29.41%-
HSV(B)218.57º96.55%56.86%-
XYZ6.544.8127.37-
YUV50.31181.4495.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 145 (57.03% from 255) = 70.73%
R=2.44%
G=26.83%
B=70.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5551450.970.6200.43218.5793.3329.41
Hex53791613E02Bdb5d1d
Octal5672211417605333313535
Binary101110111100100011100001111110010101111011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053791; }

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

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

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

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

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

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

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

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