Shades of Shuttle Grey #585F67
Tints of Shuttle Grey #585F67
RGB
CMYK
RGB Variations
Color information
#585F67 (or 0x585F67) is known color: Shuttle Grey. HEX triplet: 58, 5F and 67. RGB value is (88,95,103). Sum of RGB (Red+Green+Blue) = 88+95+103=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #585F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F67 is #A7A098. Grayscale: #5D5D5D. Windows color (decimal): -10985625 or 6774616. OLE color: 6774616.
HSL color Cylindrical-coordinate representation of color #585F67: hue angle of 212º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585F67 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 95 | 103 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.60 |
| HSL | 212º | 0.08% | 0.37% | - |
| HSV(B) | 212º | 0.15% | 0.4% | - |
| XYZ | 10.56 | 11.24 | 14.44 | - |
| YUV | 93.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 103 | 0.15 | 0.08 | 0 | 0.60 | 212 | 0.08 | 0.37 |
| Hex | 58 | 5F | 67 | F | 8 | 0 | 3C | D4 | 8 | 25 |
| Octal | 130 | 137 | 147 | 17 | 10 | 0 | 74 | 324 | 10 | 45 |
| Binary | 1011000 | 1011111 | 1100111 | 1111 | 1000 | 0 | 111100 | 11010100 | 1000 | 100101 |
Color Harmonies of #585F67
Complementary color
Monochromatic Colors of #585F67
Black with #585F67
Text Example
Text Example
White with #585F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F67; }
p { color: rgb(88,95,103); }
H1.HeaderClassName
{
color: #585F67;
}
.AnyTagClassName
{
color: #585F67;
}
</style>
background-color css
<style>
a { background-color: #585F67; }
a { background-color: rgb(88,95,103); }
div.DivClassName
{
background-color: #585F67;
}
.BgClassName
{
background-color: #585F67;
}
</style>
border-color css
<style>
span { border-color: #585F67; }
span { border-color: rgb(88,95,103); }
td.TdClassName
{
border-color: #585F67;
}
.TagClassName
{
border-color: #585F67;
}
</style>