Html Css Color HEX #53516D Smoky

📋 copy color: '#53516D'

red 83 ◦ green 81 ◦ blue 109

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

Shades of Smoky #53516D

Tints of Smoky #53516D

RGB

 RED value IS 83 (32.81% from 255) = 30.4%

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 30.4%
G = 29.67%
B = 39.93%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53516D (or 0x53516D) is known color: Smoky. HEX triplet: 53, 51 and 6D. RGB value is (83,81,109). Sum of RGB (Red+Green+Blue) = 83+81+109=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #53516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53516D is #ACAE92. Grayscale: #545454. Windows color (decimal): -11316883 or 7164243. OLE color: 7164243.

HSL color Cylindrical-coordinate representation of color #53516D: hue angle of 244.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53516D is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 81 109 -
CMYK 0.24 0.26 0 0.57
HSL 244.29º 0.15% 0.37% -
HSV(B) 244.29º 0.26% 0.43% -
XYZ 9.27 8.83 15.68 -
YUV 84.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 83 81 109 0.24 0.26 0 0.57 244.29 0.15 0.37
Hex 53 51 6D 18 1A 0 39 F4 F 25
Octal 123 121 155 30 32 0 71 364 17 45
Binary 1010011 1010001 1101101 11000 11010 0 111001 11110100 1111 100101

Color Harmonies of #53516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53516D

Black with #53516D

Text Example


Text Example

White with #53516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53516D;
 }
 .AnyTagClassName
 {
   color: #53516D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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