#053891

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

Shades of Smalt #053891

Tints of Smalt #053891

Color information

#053891 (or 0x053891) is unknown color: approx Smalt. HEX triplet: 05, 38 and 91. RGB value is (5,56,145). Sum of RGB (Red+Green+Blue) = 5+56+145=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #053891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053891 is #FAC76E. Grayscale: #323232. Windows color (decimal): -16435055 or 9517061. OLE color: 9517061.

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

Color convert

RGB556145-
CMYK0.970.6100.43
HSL218.14º93.33%29.41%-
HSV(B)218.14º96.55%56.86%-
XYZ6.594.927.39-
YUV50.9181.195.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 145 (57.03% from 255) = 70.39%
R=2.43%
G=27.18%
B=70.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5561450.970.6100.43218.1493.3329.41
Hex53891613D02Bda5d1d
Octal5702211417505333213535
Binary101111000100100011100001111101010101111011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053891; }

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

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

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

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

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

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

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

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