#57595C

Color #57595C Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #57595C

Tints of Bright Grey #57595C

Color information

#57595C (or 0x57595C) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 5C. RGB value is (87,89,92). Sum of RGB (Red+Green+Blue) = 87+89+92=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 92 - color contains mainly: blue. Hex color #57595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57595C is #A8A6A3. Grayscale: #585858. Windows color (decimal): -11052708 or 6052183. OLE color: 6052183.

HSL color Cylindrical-coordinate representation of color #57595C: hue angle of 216º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #57595C is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB878992-
CMYK0.050.0300.64
HSL216º2.79%35.1%-
HSV(B)216º5.43%36.08%-
XYZ9.439.9411.55-
YUV88.74129.84126.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=32.46%
G=33.21%
B=34.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8789920.050.0300.642162.7935.1
Hex57595C53040d8323
Octal127131134530100330343
Binary10101111011001101110010111010000001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57595C; }

 p { color: rgb(87,89,92); }

 H1.HeaderClassName
 {
   color: #57595C;
 }
 .AnyTagClassName
 {
   color: #57595C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #57595C;
 }
 .BgClassName
 {
   background-color: #57595C;
 }
</style>
border-color css

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

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

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