Shades of Bright Grey #575C62
Tints of Bright Grey #575C62
RGB
CMYK
RGB Variations
Color information
#575C62 (or 0x575C62) is known color: Bright Grey. HEX triplet: 57, 5C and 62. RGB value is (87,92,98). Sum of RGB (Red+Green+Blue) = 87+92+98=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #575C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C62 is #A8A39D. Grayscale: #5B5B5B. Windows color (decimal): -11051934 or 6446167. OLE color: 6446167.
HSL color Cylindrical-coordinate representation of color #575C62: hue angle of 212.73º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #575C62 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 92 | 98 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.62 |
| HSL | 212.73º | 0.06% | 0.36% | - |
| HSV(B) | 212.73º | 0.11% | 0.38% | - |
| XYZ | 9.96 | 10.56 | 13.07 | - |
| YUV | 91.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 98 | 0.11 | 0.06 | 0 | 0.62 | 212.73 | 0.06 | 0.36 |
| Hex | 57 | 5C | 62 | B | 6 | 0 | 3E | D5 | 6 | 24 |
| Octal | 127 | 134 | 142 | 13 | 6 | 0 | 76 | 325 | 6 | 44 |
| Binary | 1010111 | 1011100 | 1100010 | 1011 | 110 | 0 | 111110 | 11010101 | 110 | 100100 |
Color Harmonies of #575C62
Complementary color
Monochromatic Colors of #575C62
Black with #575C62
Text Example
Text Example
White with #575C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C62; }
p { color: rgb(87,92,98); }
H1.HeaderClassName
{
color: #575C62;
}
.AnyTagClassName
{
color: #575C62;
}
</style>
background-color css
<style>
a { background-color: #575C62; }
a { background-color: rgb(87,92,98); }
div.DivClassName
{
background-color: #575C62;
}
.BgClassName
{
background-color: #575C62;
}
</style>
border-color css
<style>
span { border-color: #575C62; }
span { border-color: rgb(87,92,98); }
td.TdClassName
{
border-color: #575C62;
}
.TagClassName
{
border-color: #575C62;
}
</style>