Shades of Shuttle Grey #58656F
Tints of Shuttle Grey #58656F
RGB
CMYK
RGB Variations
Color information
#58656F (or 0x58656F) is known color: Shuttle Grey. HEX triplet: 58, 65 and 6F. RGB value is (88,101,111). Sum of RGB (Red+Green+Blue) = 88+101+111=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #58656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58656F is #A79A90. Grayscale: #626262. Windows color (decimal): -10984081 or 7300440. OLE color: 7300440.
HSL color Cylindrical-coordinate representation of color #58656F: hue angle of 206.09º 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 #58656F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 101 | 111 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.56 |
| HSL | 206.09º | 0.12% | 0.39% | - |
| HSV(B) | 206.09º | 0.21% | 0.44% | - |
| XYZ | 11.55 | 12.53 | 16.85 | - |
| YUV | 98.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 111 | 0.21 | 0.09 | 0 | 0.56 | 206.09 | 0.12 | 0.39 |
| Hex | 58 | 65 | 6F | 15 | 9 | 0 | 38 | CE | C | 27 |
| Octal | 130 | 145 | 157 | 25 | 11 | 0 | 70 | 316 | 14 | 47 |
| Binary | 1011000 | 1100101 | 1101111 | 10101 | 1001 | 0 | 111000 | 11001110 | 1100 | 100111 |
Color Harmonies of #58656F
Complementary color
Monochromatic Colors of #58656F
Black with #58656F
Text Example
Text Example
White with #58656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58656F; }
p { color: rgb(88,101,111); }
H1.HeaderClassName
{
color: #58656F;
}
.AnyTagClassName
{
color: #58656F;
}
</style>
background-color css
<style>
a { background-color: #58656F; }
a { background-color: rgb(88,101,111); }
div.DivClassName
{
background-color: #58656F;
}
.BgClassName
{
background-color: #58656F;
}
</style>
border-color css
<style>
span { border-color: #58656F; }
span { border-color: rgb(88,101,111); }
td.TdClassName
{
border-color: #58656F;
}
.TagClassName
{
border-color: #58656F;
}
</style>