Shades of Shuttle Grey #58636F
Tints of Shuttle Grey #58636F
RGB
CMYK
RGB Variations
Color information
#58636F (or 0x58636F) is known color: Shuttle Grey. HEX triplet: 58, 63 and 6F. RGB value is (88,99,111). Sum of RGB (Red+Green+Blue) = 88+99+111=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #58636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58636F is #A79C90. Grayscale: #616161. Windows color (decimal): -10984593 or 7299928. OLE color: 7299928.
HSL color Cylindrical-coordinate representation of color #58636F: hue angle of 211.3º 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 #58636F is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 99 | 111 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.56 |
| HSL | 211.3º | 0.12% | 0.39% | - |
| HSV(B) | 211.3º | 0.21% | 0.44% | - |
| XYZ | 11.36 | 12.15 | 16.78 | - |
| YUV | 97.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 111 | 0.21 | 0.11 | 0 | 0.56 | 211.3 | 0.12 | 0.39 |
| Hex | 58 | 63 | 6F | 15 | B | 0 | 38 | D3 | C | 27 |
| Octal | 130 | 143 | 157 | 25 | 13 | 0 | 70 | 323 | 14 | 47 |
| Binary | 1011000 | 1100011 | 1101111 | 10101 | 1011 | 0 | 111000 | 11010011 | 1100 | 100111 |
Color Harmonies of #58636F
Complementary color
Monochromatic Colors of #58636F
Black with #58636F
Text Example
Text Example
White with #58636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58636F; }
p { color: rgb(88,99,111); }
H1.HeaderClassName
{
color: #58636F;
}
.AnyTagClassName
{
color: #58636F;
}
</style>
background-color css
<style>
a { background-color: #58636F; }
a { background-color: rgb(88,99,111); }
div.DivClassName
{
background-color: #58636F;
}
.BgClassName
{
background-color: #58636F;
}
</style>
border-color css
<style>
span { border-color: #58636F; }
span { border-color: rgb(88,99,111); }
td.TdClassName
{
border-color: #58636F;
}
.TagClassName
{
border-color: #58636F;
}
</style>