#052391

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

Shades of Smalt #052391

Tints of Smalt #052391

Color information

#052391 (or 0x052391) is unknown color: approx Smalt. HEX triplet: 05, 23 and 91. RGB value is (5,35,145). Sum of RGB (Red+Green+Blue) = 5+35+145=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #052391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052391 is #FADC6E. Grayscale: #262626. Windows color (decimal): -16440431 or 9511685. OLE color: 9511685.

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

Color convert

RGB535145-
CMYK0.970.7600.43
HSL227.14º93.33%29.41%-
HSV(B)227.14º96.55%56.86%-
XYZ5.773.2827.12-
YUV38.57188.06104.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 145 (57.03% from 255) = 78.38%
R=2.70%
G=18.92%
B=78.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5351450.970.7600.43227.1493.3329.41
Hex52391614C02Be35d1d
Octal54322114111405334313535
Binary1011000111001000111000011001100010101111100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052391; }

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

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

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

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

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

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

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

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