#53516A

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

Shades of Smoky #53516A

Tints of Smoky #53516A

Color information

#53516A (or 0x53516A) is unknown color: approx Smoky. HEX triplet: 53, 51 and 6A. RGB value is (83,81,106). Sum of RGB (Red+Green+Blue) = 83+81+106=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #53516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53516A is #ACAE95. Grayscale: #545454. Windows color (decimal): -11316886 or 6967635. OLE color: 6967635.

HSL color Cylindrical-coordinate representation of color #53516A: hue angle of 244.8º degrees, saturation: 0.13, 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 #53516A is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8381106-
CMYK0.220.2400.58
HSL244.8º13.37%36.67%-
HSV(B)244.8º23.58%41.57%-
XYZ9.118.7614.85-
YUV84.45140.16126.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=30.74%
G=30%
B=39.26%

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
Decimal83811060.220.2400.58244.813.3736.67
Hex53516A161803Af5d25
Octal12312115226300723651545
Binary10100111010001110101010110110000111010111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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