#575B60

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

Shades of Bright Grey #575B60

Tints of Bright Grey #575B60

Color information

#575B60 (or 0x575B60) is unknown color: approx Bright Grey. HEX triplet: 57, 5B and 60. RGB value is (87,91,96). Sum of RGB (Red+Green+Blue) = 87+91+96=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #575B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B60 is #A8A49F. Grayscale: #5A5A5A. Windows color (decimal): -11052192 or 6314839. OLE color: 6314839.

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

Color convert

RGB879196-
CMYK0.090.0500.62
HSL213.33º4.92%35.88%-
HSV(B)213.33º9.38%37.65%-
XYZ9.7810.3512.55-
YUV90.37131.17125.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=31.75%
G=33.21%
B=35.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8791960.090.0500.62213.334.9235.88
Hex575B609503Ed5524
Octal127133140115076325544
Binary1010111101101111000001001101011111011010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575B60; }

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

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

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

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

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

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

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

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