Html Css Color HEX #57565D Smoky

📋 copy color: '#57565D'

red 87 ◦ green 86 ◦ blue 93

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

Shades of Smoky #57565D

Tints of Smoky #57565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 32.71%
G = 32.33%
B = 34.96%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57565D (or 0x57565D) is known color: Smoky. HEX triplet: 57, 56 and 5D. RGB value is (87,86,93). Sum of RGB (Red+Green+Blue) = 87+86+93=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #57565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57565D is #A8A9A2. Grayscale: #575757. Windows color (decimal): -11053475 or 6116951. OLE color: 6116951.

HSL color Cylindrical-coordinate representation of color #57565D: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #57565D is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 86 93 -
CMYK 0.06 0.08 0 0.64
HSL 248.57º 0.04% 0.35% -
HSV(B) 248.57º 0.08% 0.36% -
XYZ 9.23 9.47 11.7 -
YUV 87.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 87 86 93 0.06 0.08 0 0.64 248.57 0.04 0.35
Hex 57 56 5D 6 8 0 40 F9 4 23
Octal 127 126 135 6 10 0 100 371 4 43
Binary 1010111 1010110 1011101 110 1000 0 1000000 11111001 100 100011

Color Harmonies of #57565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57565D

Black with #57565D

Text Example


Text Example

White with #57565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,86,93); }

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

background-color css

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

 a { background-color: rgb(87,86,93); }

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

border-color css

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

 span { border-color: rgb(87,86,93); }

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