Html Css Color HEX #575761 Smoky

📋 copy color: '#575761'

red 87 ◦ green 87 ◦ blue 97

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

Shades of Smoky #575761

Tints of Smoky #575761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 32.1%
G = 32.1%
B = 35.79%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575761 (or 0x575761) is known color: Smoky. HEX triplet: 57, 57 and 61. RGB value is (87,87,97). Sum of RGB (Red+Green+Blue) = 87+87+97=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #575761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575761 is #A8A89E. Grayscale: #585858. Windows color (decimal): -11053215 or 6379351. OLE color: 6379351.

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

Color convert

RGB 87 87 97 -
CMYK 0.10 0.10 0 0.62
HSL 240º 0.05% 0.36% -
HSV(B) 240º 0.1% 0.38% -
XYZ 9.5 9.71 12.68 -
YUV 88.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 87 87 97 0.10 0.10 0 0.62 240 0.05 0.36
Hex 57 57 61 A A 0 3E F0 5 24
Octal 127 127 141 12 12 0 76 360 5 44
Binary 1010111 1010111 1100001 1010 1010 0 111110 11110000 101 100100

Color Harmonies of #575761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575761

Black with #575761

Text Example


Text Example

White with #575761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575761; }

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

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

background-color css

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

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

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

border-color css

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

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

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