Html Css Color HEX #57516E Smoky

📋 copy color: '#57516E'

red 87 ◦ green 81 ◦ blue 110

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

Shades of Smoky #57516E

Tints of Smoky #57516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 31.29%
G = 29.14%
B = 39.57%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57516E (or 0x57516E) is known color: Smoky. HEX triplet: 57, 51 and 6E. RGB value is (87,81,110). Sum of RGB (Red+Green+Blue) = 87+81+110=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #57516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516E is #A8AE91. Grayscale: #555555. Windows color (decimal): -11054738 or 7229783. OLE color: 7229783.

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

Color convert

RGB 87 81 110 -
CMYK 0.21 0.26 0 0.57
HSL 252.41º 0.15% 0.37% -
HSV(B) 252.41º 0.26% 0.43% -
XYZ 9.69 9.04 15.99 -
YUV 86.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 87 81 110 0.21 0.26 0 0.57 252.41 0.15 0.37
Hex 57 51 6E 15 1A 0 39 FC F 25
Octal 127 121 156 25 32 0 71 374 17 45
Binary 1010111 1010001 1101110 10101 11010 0 111001 11111100 1111 100101

Color Harmonies of #57516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57516E

Black with #57516E

Text Example


Text Example

White with #57516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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