#053299

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

Shades of Smalt #053299

Tints of Smalt #053299

Color information

#053299 (or 0x053299) is unknown color: approx Smalt. HEX triplet: 05, 32 and 99. RGB value is (5,50,153). Sum of RGB (Red+Green+Blue) = 5+50+153=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #053299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053299 is #FACD66. Grayscale: #2F2F2F. Windows color (decimal): -16436583 or 10039813. OLE color: 10039813.

HSL color Cylindrical-coordinate representation of color #053299: hue angle of 221.76º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053299 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB550153-
CMYK0.970.6700.4
HSL221.76º93.67%30.98%-
HSV(B)221.76º96.73%60%-
XYZ6.954.6130.66-
YUV48.29187.0997.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 153 (60.16% from 255) = 73.56%
R=2.40%
G=24.04%
B=73.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5501530.970.6700.4221.7693.6730.98
Hex532996143028de5e1f
Octal56223114110305033613637
Binary1011100101001100111000011000011010100011011110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053299; }

 p { color: rgb(5,50,153); }

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

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

 a { background-color: rgb(5,50,153); }

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

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

 span { border-color: rgb(5,50,153); }

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