#052592

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

Shades of Smalt #052592

Tints of Smalt #052592

Color information

#052592 (or 0x052592) is unknown color: approx Smalt. HEX triplet: 05, 25 and 92. RGB value is (5,37,146). Sum of RGB (Red+Green+Blue) = 5+37+146=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #052592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052592 is #FADA6D. Grayscale: #272727. Windows color (decimal): -16439918 or 9577733. OLE color: 9577733.

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

Color convert

RGB537146-
CMYK0.970.7500.43
HSL226.38º93.38%29.61%-
HSV(B)226.38º96.58%57.25%-
XYZ5.913.4327.54-
YUV39.86187.9103.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 146 (57.42% from 255) = 77.66%
R=2.66%
G=19.68%
B=77.66%

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
Decimal5371460.970.7500.43226.3893.3829.61
Hex52592614B02Be25d1e
Octal54522214111305334213536
Binary1011001011001001011000011001011010101111100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052592; }

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

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

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

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

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

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

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

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