#575860

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

Shades of Bright Grey #575860

Tints of Bright Grey #575860

Color information

#575860 (or 0x575860) is unknown color: approx Bright Grey. HEX triplet: 57, 58 and 60. RGB value is (87,88,96). Sum of RGB (Red+Green+Blue) = 87+88+96=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #575860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575860 is #A8A79F. Grayscale: #585858. Windows color (decimal): -11052960 or 6314071. OLE color: 6314071.

HSL color Cylindrical-coordinate representation of color #575860: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575860 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878896-
CMYK0.090.0800.62
HSL233.33º4.92%35.88%-
HSV(B)233.33º9.38%37.65%-
XYZ9.539.8512.47-
YUV88.61132.17126.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=32.10%
G=32.47%
B=35.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8788960.090.0800.62233.334.9235.88
Hex5758609803Ee9524
Octal1271301401110076351544
Binary10101111011000110000010011000011111011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575860; }

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

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

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

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

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

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

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

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