Shades of Bright Grey #585F70
Tints of Bright Grey #585F70
RGB
CMYK
RGB Variations
Color information
#585F70 (or 0x585F70) is known color: Bright Grey. HEX triplet: 58, 5F and 70. RGB value is (88,95,112). Sum of RGB (Red+Green+Blue) = 88+95+112=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #585F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F70 is #A7A08F. Grayscale: #5E5E5E. Windows color (decimal): -10985616 or 7364440. OLE color: 7364440.
HSL color Cylindrical-coordinate representation of color #585F70: hue angle of 222.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585F70 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 95 | 112 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.56 |
| HSL | 222.5º | 0.12% | 0.39% | - |
| HSV(B) | 222.5º | 0.21% | 0.44% | - |
| XYZ | 11.04 | 11.43 | 16.95 | - |
| YUV | 94.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 112 | 0.21 | 0.15 | 0 | 0.56 | 222.5 | 0.12 | 0.39 |
| Hex | 58 | 5F | 70 | 15 | F | 0 | 38 | DE | C | 27 |
| Octal | 130 | 137 | 160 | 25 | 17 | 0 | 70 | 336 | 14 | 47 |
| Binary | 1011000 | 1011111 | 1110000 | 10101 | 1111 | 0 | 111000 | 11011110 | 1100 | 100111 |
Color Harmonies of #585F70
Complementary color
Monochromatic Colors of #585F70
Black with #585F70
Text Example
Text Example
White with #585F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F70; }
p { color: rgb(88,95,112); }
H1.HeaderClassName
{
color: #585F70;
}
.AnyTagClassName
{
color: #585F70;
}
</style>
background-color css
<style>
a { background-color: #585F70; }
a { background-color: rgb(88,95,112); }
div.DivClassName
{
background-color: #585F70;
}
.BgClassName
{
background-color: #585F70;
}
</style>
border-color css
<style>
span { border-color: #585F70; }
span { border-color: rgb(88,95,112); }
td.TdClassName
{
border-color: #585F70;
}
.TagClassName
{
border-color: #585F70;
}
</style>