#57595B

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

Shades of Bright Grey #57595B

Tints of Bright Grey #57595B

Color information

#57595B (or 0x57595B) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 5B. RGB value is (87,89,91). Sum of RGB (Red+Green+Blue) = 87+89+91=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 91 - color contains mainly: blue. Hex color #57595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57595B is #A8A6A4. Grayscale: #585858. Windows color (decimal): -11052709 or 5986647. OLE color: 5986647.

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

Color convert

RGB878991-
CMYK0.040.0200.64
HSL210º2.25%34.9%-
HSV(B)210º4.4%35.69%-
XYZ9.399.9311.32-
YUV88.63129.34126.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=32.58%
G=33.33%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8789910.040.0200.642102.2534.9
Hex57595B42040d2223
Octal127131133420100322243
Binary10101111011001101101110010010000001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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