#53516B

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

Shades of Smoky #53516B

Tints of Smoky #53516B

Color information

#53516B (or 0x53516B) is unknown color: approx Smoky. HEX triplet: 53, 51 and 6B. RGB value is (83,81,107). Sum of RGB (Red+Green+Blue) = 83+81+107=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #53516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53516B is #ACAE94. Grayscale: #545454. Windows color (decimal): -11316885 or 7033171. OLE color: 7033171.

HSL color Cylindrical-coordinate representation of color #53516B: hue angle of 244.62º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53516B is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8381107-
CMYK0.220.2400.58
HSL244.62º13.83%36.86%-
HSV(B)244.62º24.3%41.96%-
XYZ9.168.7915.12-
YUV84.56140.66126.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=30.63%
G=29.89%
B=39.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83811070.220.2400.58244.6213.8336.86
Hex53516B161803Af5e25
Octal12312115326300723651645
Binary10100111010001110101110110110000111010111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53516B; }

 p { color: rgb(83,81,107); }

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

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

 a { background-color: rgb(83,81,107); }

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

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

 span { border-color: rgb(83,81,107); }

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