#053091

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

Shades of Smalt #053091

Tints of Smalt #053091

Color information

#053091 (or 0x053091) is unknown color: approx Smalt. HEX triplet: 05, 30 and 91. RGB value is (5,48,145). Sum of RGB (Red+Green+Blue) = 5+48+145=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #053091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053091 is #FACF6E. Grayscale: #2D2D2D. Windows color (decimal): -16437103 or 9515013. OLE color: 9515013.

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

Color convert

RGB548145-
CMYK0.970.6700.43
HSL221.57º93.33%29.41%-
HSV(B)221.57º96.55%56.86%-
XYZ6.234.1927.27-
YUV46.2183.7598.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 145 (57.03% from 255) = 73.23%
R=2.53%
G=24.24%
B=73.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5481450.970.6700.43221.5793.3329.41
Hex53091614302Bde5d1d
Octal56022114110305333613535
Binary1011100001001000111000011000011010101111011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053091; }

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

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

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

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

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

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

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

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