#575761

Color #575761 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #575761

Tints of Smoky #575761

Color information

#575761 (or 0x575761) is unknown color: approx 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

RGB878797-
CMYK0.100.1000.62
HSL240º5.43%36.08%-
HSV(B)240º10.31%38.04%-
XYZ9.59.7112.68-
YUV88.14133127.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=32.10%
G=32.10%
B=35.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8787970.100.1000.622405.4336.08
Hex575761AA03Ef0524
Octal1271271411212076360544
Binary10101111010111110000110101010011111011110000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>