Html Css Color HEX #57516D Smoky

📋 copy color: '#57516D'

red 87 ◦ green 81 ◦ blue 109

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

Shades of Smoky #57516D

Tints of Smoky #57516D

RGB

 RED value IS 87 (34.38% from 255) = 31.41%

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

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

R = 31.41%
G = 29.24%
B = 39.35%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57516D (or 0x57516D) is known color: Smoky. HEX triplet: 57, 51 and 6D. RGB value is (87,81,109). Sum of RGB (Red+Green+Blue) = 87+81+109=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #57516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516D is #A8AE92. Grayscale: #555555. Windows color (decimal): -11054739 or 7164247. OLE color: 7164247.

HSL color Cylindrical-coordinate representation of color #57516D: hue angle of 252.86º 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 #57516D is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 81 109 -
CMYK 0.20 0.26 0 0.57
HSL 252.86º 0.15% 0.37% -
HSV(B) 252.86º 0.26% 0.43% -
XYZ 9.63 9.02 15.7 -
YUV 85.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 87 81 109 0.20 0.26 0 0.57 252.86 0.15 0.37
Hex 57 51 6D 14 1A 0 39 FD F 25
Octal 127 121 155 24 32 0 71 375 17 45
Binary 1010111 1010001 1101101 10100 11010 0 111001 11111101 1111 100101

Color Harmonies of #57516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57516D

Black with #57516D

Text Example


Text Example

White with #57516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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