#575960

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

Shades of Bright Grey #575960

Tints of Bright Grey #575960

Color information

#575960 (or 0x575960) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 60. RGB value is (87,89,96). Sum of RGB (Red+Green+Blue) = 87+89+96=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #575960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575960 is #A8A69F. Grayscale: #595959. Windows color (decimal): -11052704 or 6314327. OLE color: 6314327.

HSL color Cylindrical-coordinate representation of color #575960: hue angle of 226.67º 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 #575960 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB878996-
CMYK0.090.0700.62
HSL226.67º4.92%35.88%-
HSV(B)226.67º9.38%37.65%-
XYZ9.6110.0212.49-
YUV89.2131.84126.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=31.99%
G=32.72%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8789960.090.0700.62226.674.9235.88
Hex5759609703Ee3524
Octal127131140117076343544
Binary1010111101100111000001001111011111011100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575960; }

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

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

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

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

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

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

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

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