#57585A

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

Shades of Bright Grey #57585A

Tints of Bright Grey #57585A

Color information

#57585A (or 0x57585A) is unknown color: approx Bright Grey. HEX triplet: 57, 58 and 5A. RGB value is (87,88,90). Sum of RGB (Red+Green+Blue) = 87+88+90=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 90 - color contains mainly: blue. Hex color #57585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57585A is #A8A7A5. Grayscale: #575757. Windows color (decimal): -11052966 or 5920855. OLE color: 5920855.

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

Color convert

RGB878890-
CMYK0.030.0200.65
HSL220º1.69%34.71%-
HSV(B)220º3.33%35.29%-
XYZ9.279.7411.07-
YUV87.93129.17127.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=32.83%
G=33.21%
B=33.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788900.030.0200.652201.6934.71
Hex57585A32041dc223
Octal127130132320101334243
Binary1010111101100010110101110010000011101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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