#57585D

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

Shades of Bright Grey #57585D

Tints of Bright Grey #57585D

Color information

#57585D (or 0x57585D) is unknown color: approx Bright Grey. HEX triplet: 57, 58 and 5D. RGB value is (87,88,93). Sum of RGB (Red+Green+Blue) = 87+88+93=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #57585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57585D is #A8A7A2. Grayscale: #585858. Windows color (decimal): -11052963 or 6117463. OLE color: 6117463.

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

Color convert

RGB878893-
CMYK0.060.0500.64
HSL230º3.33%35.29%-
HSV(B)230º6.45%36.47%-
XYZ9.49.811.75-
YUV88.27130.67127.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=32.46%
G=32.84%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8788930.060.0500.642303.3335.29
Hex57585D65040e6323
Octal127130135650100346343
Binary101011110110001011101110101010000001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57585D; }

 p { color: rgb(87,88,93); }

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

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

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

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

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

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

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