Shades of Bright Grey #575A60
Tints of Bright Grey #575A60
RGB
CMYK
RGB Variations
Color information
#575A60 (or 0x575A60) is known color: Bright Grey. HEX triplet: 57, 5A and 60. RGB value is (87,90,96). Sum of RGB (Red+Green+Blue) = 87+90+96=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #575A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A60 is #A8A59F. Grayscale: #595959. Windows color (decimal): -11052448 or 6314583. OLE color: 6314583.
HSL color Cylindrical-coordinate representation of color #575A60: hue angle of 220º 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 #575A60 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 90 | 96 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.62 |
| HSL | 220º | 0.05% | 0.36% | - |
| HSV(B) | 220º | 0.09% | 0.38% | - |
| XYZ | 9.7 | 10.18 | 12.52 | - |
| YUV | 89.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 96 | 0.09 | 0.06 | 0 | 0.62 | 220 | 0.05 | 0.36 |
| Hex | 57 | 5A | 60 | 9 | 6 | 0 | 3E | DC | 5 | 24 |
| Octal | 127 | 132 | 140 | 11 | 6 | 0 | 76 | 334 | 5 | 44 |
| Binary | 1010111 | 1011010 | 1100000 | 1001 | 110 | 0 | 111110 | 11011100 | 101 | 100100 |
Color Harmonies of #575A60
Complementary color
Monochromatic Colors of #575A60
Black with #575A60
Text Example
Text Example
White with #575A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A60; }
p { color: rgb(87,90,96); }
H1.HeaderClassName
{
color: #575A60;
}
.AnyTagClassName
{
color: #575A60;
}
</style>
background-color css
<style>
a { background-color: #575A60; }
a { background-color: rgb(87,90,96); }
div.DivClassName
{
background-color: #575A60;
}
.BgClassName
{
background-color: #575A60;
}
</style>
border-color css
<style>
span { border-color: #575A60; }
span { border-color: rgb(87,90,96); }
td.TdClassName
{
border-color: #575A60;
}
.TagClassName
{
border-color: #575A60;
}
</style>