Html Css Color HEX #57516F Smoky

📋 copy color: '#57516F'

red 87 ◦ green 81 ◦ blue 111

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

Shades of Smoky #57516F

Tints of Smoky #57516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 31.18%
G = 29.03%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57516F (or 0x57516F) is known color: Smoky. HEX triplet: 57, 51 and 6F. RGB value is (87,81,111). Sum of RGB (Red+Green+Blue) = 87+81+111=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #57516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516F is #A8AE90. Grayscale: #565656. Windows color (decimal): -11054737 or 7295319. OLE color: 7295319.

HSL color Cylindrical-coordinate representation of color #57516F: hue angle of 252º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57516F is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 81 111 -
CMYK 0.22 0.27 0 0.56
HSL 252º 0.16% 0.38% -
HSV(B) 252º 0.27% 0.44% -
XYZ 9.74 9.06 16.27 -
YUV 86.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 87 81 111 0.22 0.27 0 0.56 252 0.16 0.38
Hex 57 51 6F 16 1B 0 38 FC 10 26
Octal 127 121 157 26 33 0 70 374 20 46
Binary 1010111 1010001 1101111 10110 11011 0 111000 11111100 10000 100110

Color Harmonies of #57516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57516F

Black with #57516F

Text Example


Text Example

White with #57516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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