#052292

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

Shades of Smalt #052292

Tints of Smalt #052292

Color information

#052292 (or 0x052292) is unknown color: approx Smalt. HEX triplet: 05, 22 and 92. RGB value is (5,34,146). Sum of RGB (Red+Green+Blue) = 5+34+146=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #052292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052292 is #FADD6D. Grayscale: #252525. Windows color (decimal): -16440686 or 9576965. OLE color: 9576965.

HSL color Cylindrical-coordinate representation of color #052292: hue angle of 227.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052292 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB534146-
CMYK0.970.7700.43
HSL227.66º93.38%29.61%-
HSV(B)227.66º96.58%57.25%-
XYZ5.823.2527.51-
YUV38.1188.89104.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 146 (57.42% from 255) = 78.92%
R=2.70%
G=18.38%
B=78.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5341460.970.7700.43227.6693.3829.61
Hex52292614D02Be45d1e
Octal54222214111505334413536
Binary1011000101001001011000011001101010101111100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052292; }

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

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

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

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

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

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

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

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