Html Css Color HEX #57516B Smoky

📋 copy color: '#57516B'

red 87 ◦ green 81 ◦ blue 107

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

Shades of Smoky #57516B

Tints of Smoky #57516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 31.64%
G = 29.45%
B = 38.91%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57516B (or 0x57516B) is known color: Smoky. HEX triplet: 57, 51 and 6B. RGB value is (87,81,107). Sum of RGB (Red+Green+Blue) = 87+81+107=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #57516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516B is #A8AE94. Grayscale: #555555. Windows color (decimal): -11054741 or 7033175. OLE color: 7033175.

HSL color Cylindrical-coordinate representation of color #57516B: hue angle of 253.85º degrees, saturation: 0.14, 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 #57516B is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 81 107 -
CMYK 0.19 0.24 0 0.58
HSL 253.85º 0.14% 0.37% -
HSV(B) 253.85º 0.24% 0.42% -
XYZ 9.53 8.97 15.14 -
YUV 85.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 87 81 107 0.19 0.24 0 0.58 253.85 0.14 0.37
Hex 57 51 6B 13 18 0 3A FE E 25
Octal 127 121 153 23 30 0 72 376 16 45
Binary 1010111 1010001 1101011 10011 11000 0 111010 11111110 1110 100101

Color Harmonies of #57516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57516B

Black with #57516B

Text Example


Text Example

White with #57516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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