#053996

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

Shades of Smalt #053996

Tints of Smalt #053996

Color information

#053996 (or 0x053996) is unknown color: approx Smalt. HEX triplet: 05, 39 and 96. RGB value is (5,57,150). Sum of RGB (Red+Green+Blue) = 5+57+150=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #053996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053996 is #FAC669. Grayscale: #333333. Windows color (decimal): -16434794 or 9844997. OLE color: 9844997.

HSL color Cylindrical-coordinate representation of color #053996: hue angle of 218.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053996 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB557150-
CMYK0.970.6200.41
HSL218.48º93.55%30.39%-
HSV(B)218.48º96.67%58.82%-
XYZ7.035.1629.48-
YUV52.05183.2794.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 150 (58.98% from 255) = 70.75%
R=2.36%
G=26.89%
B=70.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5571500.970.6200.41218.4893.5530.39
Hex53996613E029da5e1e
Octal5712261417605133213636
Binary101111001100101101100001111110010100111011010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053996; }

 p { color: rgb(5,57,150); }

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

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

 a { background-color: rgb(5,57,150); }

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

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

 span { border-color: rgb(5,57,150); }

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