#052492

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

Shades of Smalt #052492

Tints of Smalt #052492

Color information

#052492 (or 0x052492) is unknown color: approx Smalt. HEX triplet: 05, 24 and 92. RGB value is (5,36,146). Sum of RGB (Red+Green+Blue) = 5+36+146=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #052492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052492 is #FADB6D. Grayscale: #262626. Windows color (decimal): -16440174 or 9577477. OLE color: 9577477.

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

Color convert

RGB536146-
CMYK0.970.7500.43
HSL226.81º93.38%29.61%-
HSV(B)226.81º96.58%57.25%-
XYZ5.883.3727.53-
YUV39.27188.23103.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 146 (57.42% from 255) = 78.07%
R=2.67%
G=19.25%
B=78.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5361460.970.7500.43226.8193.3829.61
Hex52492614B02Be35d1e
Octal54422214111305334313536
Binary1011001001001001011000011001011010101111100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052492; }

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

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

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

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

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

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

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

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