#053399

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

Shades of Smalt #053399

Tints of Smalt #053399

Color information

#053399 (or 0x053399) is unknown color: approx Smalt. HEX triplet: 05, 33 and 99. RGB value is (5,51,153). Sum of RGB (Red+Green+Blue) = 5+51+153=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #053399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053399 is #FACC66. Grayscale: #303030. Windows color (decimal): -16436327 or 10040069. OLE color: 10040069.

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

Color convert

RGB551153-
CMYK0.970.6700.4
HSL221.35º93.67%30.98%-
HSV(B)221.35º96.73%60%-
XYZ74.730.68-
YUV48.87186.7696.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 153 (60.16% from 255) = 73.21%
R=2.39%
G=24.40%
B=73.21%

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
Decimal5511530.970.6700.4221.3593.6730.98
Hex533996143028dd5e1f
Octal56323114110305033513637
Binary1011100111001100111000011000011010100011011101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053399; }

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

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

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

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

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

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

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

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