#052096

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

Shades of Smalt #052096

Tints of Smalt #052096

Color information

#052096 (or 0x052096) is unknown color: approx Smalt. HEX triplet: 05, 20 and 96. RGB value is (5,32,150). Sum of RGB (Red+Green+Blue) = 5+32+150=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #052096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052096 is #FADF69. Grayscale: #242424. Windows color (decimal): -16441194 or 9838597. OLE color: 9838597.

HSL color Cylindrical-coordinate representation of color #052096: hue angle of 228.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052096 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB532150-
CMYK0.970.7900.41
HSL228.83º93.55%30.39%-
HSV(B)228.83º96.67%58.82%-
XYZ6.083.2729.16-
YUV37.38191.55104.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=2.67%
G=17.11%
B=80.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5321500.970.7900.41228.8393.5530.39
Hex52096614F029e55e1e
Octal54022614111705134513636
Binary1011000001001011011000011001111010100111100101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052096; }

 p { color: rgb(5,32,150); }

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

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

 a { background-color: rgb(5,32,150); }

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

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

 span { border-color: rgb(5,32,150); }

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