Html Css Color HEX #575661 Smoky

📋 copy color: '#575661'

red 87 ◦ green 86 ◦ blue 97

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

Shades of Smoky #575661

Tints of Smoky #575661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 32.22%
G = 31.85%
B = 35.93%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575661 (or 0x575661) is known color: Smoky. HEX triplet: 57, 56 and 61. RGB value is (87,86,97). Sum of RGB (Red+Green+Blue) = 87+86+97=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #575661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575661 is #A8A99E. Grayscale: #575757. Windows color (decimal): -11053471 or 6379095. OLE color: 6379095.

HSL color Cylindrical-coordinate representation of color #575661: hue angle of 245.45º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #575661 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 86 97 -
CMYK 0.10 0.11 0 0.62
HSL 245.45º 0.06% 0.36% -
HSV(B) 245.45º 0.11% 0.38% -
XYZ 9.42 9.54 12.66 -
YUV 87.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 87 86 97 0.10 0.11 0 0.62 245.45 0.06 0.36
Hex 57 56 61 A B 0 3E F5 6 24
Octal 127 126 141 12 13 0 76 365 6 44
Binary 1010111 1010110 1100001 1010 1011 0 111110 11110101 110 100100

Color Harmonies of #575661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575661

Black with #575661

Text Example


Text Example

White with #575661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575661; }

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

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

background-color css

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

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

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

border-color css

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

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

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