Shades of Shuttle Grey #585E65
Tints of Shuttle Grey #585E65
RGB
CMYK
RGB Variations
Color information
#585E65 (or 0x585E65) is known color: Shuttle Grey. HEX triplet: 58, 5E and 65. RGB value is (88,94,101). Sum of RGB (Red+Green+Blue) = 88+94+101=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #585E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E65 is #A7A19A. Grayscale: #5C5C5C. Windows color (decimal): -10985883 or 6643288. OLE color: 6643288.
HSL color Cylindrical-coordinate representation of color #585E65: hue angle of 212.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585E65 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 94 | 101 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.60 |
| HSL | 212.31º | 0.07% | 0.37% | - |
| HSV(B) | 212.31º | 0.13% | 0.4% | - |
| XYZ | 10.38 | 11.02 | 13.89 | - |
| YUV | 93 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 101 | 0.13 | 0.07 | 0 | 0.60 | 212.31 | 0.07 | 0.37 |
| Hex | 58 | 5E | 65 | D | 7 | 0 | 3C | D4 | 7 | 25 |
| Octal | 130 | 136 | 145 | 15 | 7 | 0 | 74 | 324 | 7 | 45 |
| Binary | 1011000 | 1011110 | 1100101 | 1101 | 111 | 0 | 111100 | 11010100 | 111 | 100101 |
Color Harmonies of #585E65
Complementary color
Monochromatic Colors of #585E65
Black with #585E65
Text Example
Text Example
White with #585E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E65; }
p { color: rgb(88,94,101); }
H1.HeaderClassName
{
color: #585E65;
}
.AnyTagClassName
{
color: #585E65;
}
</style>
background-color css
<style>
a { background-color: #585E65; }
a { background-color: rgb(88,94,101); }
div.DivClassName
{
background-color: #585E65;
}
.BgClassName
{
background-color: #585E65;
}
</style>
border-color css
<style>
span { border-color: #585E65; }
span { border-color: rgb(88,94,101); }
td.TdClassName
{
border-color: #585E65;
}
.TagClassName
{
border-color: #585E65;
}
</style>