Html Css Color HEX #53516A Smoky

📋 copy color: '#53516A'

red 83 ◦ green 81 ◦ blue 106

#53516A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #53516A

Tints of Smoky #53516A

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.8% from 255) = 39.26%

R = 30.74%
G = 30%
B = 39.26%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53516A (or 0x53516A) is known color: 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

RGB 83 81 106 -
CMYK 0.22 0.24 0 0.58
HSL 244.8º 0.13% 0.37% -
HSV(B) 244.8º 0.24% 0.42% -
XYZ 9.11 8.76 14.85 -
YUV 84.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 83 81 106 0.22 0.24 0 0.58 244.8 0.13 0.37
Hex 53 51 6A 16 18 0 3A F5 D 25
Octal 123 121 152 26 30 0 72 365 15 45
Binary 1010011 1010001 1101010 10110 11000 0 111010 11110101 1101 100101

Color Harmonies of #53516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53516A

Black with #53516A

Text Example


Text Example

White with #53516A

Text Example


Text Example

HTML Codes & Css Web 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>