#053099

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

Shades of Smalt #053099

Tints of Smalt #053099

Color information

#053099 (or 0x053099) is unknown color: approx Smalt. HEX triplet: 05, 30 and 99. RGB value is (5,48,153). Sum of RGB (Red+Green+Blue) = 5+48+153=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #053099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053099 is #FACF66. Grayscale: #2E2E2E. Windows color (decimal): -16437095 or 10039301. OLE color: 10039301.

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

Color convert

RGB548153-
CMYK0.970.6900.4
HSL222.57º93.67%30.98%-
HSV(B)222.57º96.73%60%-
XYZ6.874.4530.63-
YUV47.11187.7597.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=2.43%
G=23.30%
B=74.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5481530.970.6900.4222.5793.6730.98
Hex530996145028df5e1f
Octal56023114110505033713637
Binary1011100001001100111000011000101010100011011111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053099; }

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

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

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

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

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

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

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

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