Shades of Bright Grey #575B68
Tints of Bright Grey #575B68
RGB
CMYK
RGB Variations
Color information
#575B68 (or 0x575B68) is known color: Bright Grey. HEX triplet: 57, 5B and 68. RGB value is (87,91,104). Sum of RGB (Red+Green+Blue) = 87+91+104=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #575B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B68 is #A8A497. Grayscale: #5B5B5B. Windows color (decimal): -11052184 or 6839127. OLE color: 6839127.
HSL color Cylindrical-coordinate representation of color #575B68: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575B68 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 91 | 104 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.59 |
| HSL | 225.88º | 0.09% | 0.37% | - |
| HSV(B) | 225.88º | 0.16% | 0.41% | - |
| XYZ | 10.17 | 10.51 | 14.59 | - |
| YUV | 91.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 104 | 0.16 | 0.12 | 0 | 0.59 | 225.88 | 0.09 | 0.37 |
| Hex | 57 | 5B | 68 | 10 | C | 0 | 3B | E2 | 9 | 25 |
| Octal | 127 | 133 | 150 | 20 | 14 | 0 | 73 | 342 | 11 | 45 |
| Binary | 1010111 | 1011011 | 1101000 | 10000 | 1100 | 0 | 111011 | 11100010 | 1001 | 100101 |
Color Harmonies of #575B68
Complementary color
Monochromatic Colors of #575B68
Black with #575B68
Text Example
Text Example
White with #575B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B68; }
p { color: rgb(87,91,104); }
H1.HeaderClassName
{
color: #575B68;
}
.AnyTagClassName
{
color: #575B68;
}
</style>
background-color css
<style>
a { background-color: #575B68; }
a { background-color: rgb(87,91,104); }
div.DivClassName
{
background-color: #575B68;
}
.BgClassName
{
background-color: #575B68;
}
</style>
border-color css
<style>
span { border-color: #575B68; }
span { border-color: rgb(87,91,104); }
td.TdClassName
{
border-color: #575B68;
}
.TagClassName
{
border-color: #575B68;
}
</style>