#053796

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

Shades of Smalt #053796

Tints of Smalt #053796

Color information

#053796 (or 0x053796) is unknown color: approx Smalt. HEX triplet: 05, 37 and 96. RGB value is (5,55,150). Sum of RGB (Red+Green+Blue) = 5+55+150=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #053796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053796 is #FAC869. Grayscale: #323232. Windows color (decimal): -16435306 or 9844485. OLE color: 9844485.

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

Color convert

RGB555150-
CMYK0.970.6300.41
HSL219.31º93.55%30.39%-
HSV(B)219.31º96.67%58.82%-
XYZ6.934.9729.45-
YUV50.88183.9495.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 150 (58.98% from 255) = 71.43%
R=2.38%
G=26.19%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5551500.970.6300.41219.3193.5530.39
Hex53796613F029db5e1e
Octal5672261417705133313636
Binary101110111100101101100001111111010100111011011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053796; }

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

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

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

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

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

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

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

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