#053182

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

Shades of Smalt #053182

Tints of Smalt #053182

Color information

#053182 (or 0x053182) is unknown color: approx Smalt. HEX triplet: 05, 31 and 82. RGB value is (5,49,130). Sum of RGB (Red+Green+Blue) = 5+49+130=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #053182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053182 is #FACE7D. Grayscale: #2C2C2C. Windows color (decimal): -16436862 or 8532229. OLE color: 8532229.

HSL color Cylindrical-coordinate representation of color #053182: hue angle of 218.88º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053182 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB549130-
CMYK0.960.6200.49
HSL218.88º92.59%26.47%-
HSV(B)218.88º96.15%50.98%-
XYZ5.193.8421.59-
YUV45.08175.9299.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 130 (51.17% from 255) = 70.65%
R=2.72%
G=26.63%
B=70.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5491300.960.6200.49218.8892.5926.47
Hex53182603E031db5d1a
Octal5612021407606133313532
Binary101110001100000101100000111110011000111011011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053182; }

 p { color: rgb(5,49,130); }

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

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

 a { background-color: rgb(5,49,130); }

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

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

 span { border-color: rgb(5,49,130); }

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