#053690

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

Shades of Smalt #053690

Tints of Smalt #053690

Color information

#053690 (or 0x053690) is unknown color: approx Smalt. HEX triplet: 05, 36 and 90. RGB value is (5,54,144). Sum of RGB (Red+Green+Blue) = 5+54+144=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #053690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053690 is #FAC96F. Grayscale: #313131. Windows color (decimal): -16435568 or 9451013. OLE color: 9451013.

HSL color Cylindrical-coordinate representation of color #053690: hue angle of 218.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053690 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB554144-
CMYK0.970.6300.44
HSL218.85º93.29%29.22%-
HSV(B)218.85º96.53%56.47%-
XYZ6.424.6826.95-
YUV49.61181.2796.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=2.46%
G=26.60%
B=70.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5541440.970.6300.44218.8593.2929.22
Hex53690613F02Cdb5d1d
Octal5662201417705433313535
Binary101110110100100001100001111111010110011011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053690; }

 p { color: rgb(5,54,144); }

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

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

 a { background-color: rgb(5,54,144); }

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

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

 span { border-color: rgb(5,54,144); }

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