#052296

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

Shades of Smalt #052296

Tints of Smalt #052296

Color information

#052296 (or 0x052296) is unknown color: approx Smalt. HEX triplet: 05, 22 and 96. RGB value is (5,34,150). Sum of RGB (Red+Green+Blue) = 5+34+150=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 150 (58.98% from 255 or 79.37% from 189); Max value from RGB is 150 - color contains mainly: blue. Hex color #052296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052296 is #FADD69. Grayscale: #262626. Windows color (decimal): -16440682 or 9839109. OLE color: 9839109.

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

Color convert

RGB534150-
CMYK0.970.7700.41
HSL228º93.55%30.39%-
HSV(B)228º96.67%58.82%-
XYZ6.143.3829.18-
YUV38.55190.89104.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 150 (58.98% from 255) = 79.37%
R=2.65%
G=17.99%
B=79.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5341500.970.7700.4122893.5530.39
Hex52296614D029e45e1e
Octal54222614111505134413636
Binary1011000101001011011000011001101010100111100100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052296; }

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

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

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

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

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

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

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

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