#053286

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

Shades of Smalt #053286

Tints of Smalt #053286

Color information

#053286 (or 0x053286) is unknown color: approx Smalt. HEX triplet: 05, 32 and 86. RGB value is (5,50,134). Sum of RGB (Red+Green+Blue) = 5+50+134=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #053286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053286 is #FACD79. Grayscale: #2D2D2D. Windows color (decimal): -16436602 or 8794629. OLE color: 8794629.

HSL color Cylindrical-coordinate representation of color #053286: hue angle of 219.07º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053286 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB550134-
CMYK0.960.6300.47
HSL219.07º92.81%27.25%-
HSV(B)219.07º96.27%52.55%-
XYZ5.514.0323.04-
YUV46.12177.5998.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 134 (52.73% from 255) = 70.90%
R=2.65%
G=26.46%
B=70.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5501340.960.6300.47219.0792.8127.25
Hex53286603F02Fdb5d1b
Octal5622061407705733313533
Binary101110010100001101100000111111010111111011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053286; }

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

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

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

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

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

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

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

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