#053592

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

Shades of Smalt #053592

Tints of Smalt #053592

Color information

#053592 (or 0x053592) is unknown color: approx Smalt. HEX triplet: 05, 35 and 92. RGB value is (5,53,146). Sum of RGB (Red+Green+Blue) = 5+53+146=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #053592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053592 is #FACA6D. Grayscale: #303030. Windows color (decimal): -16435822 or 9581829. OLE color: 9581829.

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

Color convert

RGB553146-
CMYK0.970.6400.43
HSL219.57º93.38%29.61%-
HSV(B)219.57º96.58%57.25%-
XYZ6.524.6527.75-
YUV49.25182.696.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 146 (57.42% from 255) = 71.57%
R=2.45%
G=25.98%
B=71.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5531460.970.6400.43219.5793.3829.61
Hex53592614002Bdc5d1e
Octal56522214110005333413536
Binary1011101011001001011000011000000010101111011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053592; }

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

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

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

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

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

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

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

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