Shades of Shuttle Grey #58646B
Tints of Shuttle Grey #58646B
RGB
CMYK
RGB Variations
Color information
#58646B (or 0x58646B) is known color: Shuttle Grey. HEX triplet: 58, 64 and 6B. RGB value is (88,100,107). Sum of RGB (Red+Green+Blue) = 88+100+107=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #58646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58646B is #A79B94. Grayscale: #616161. Windows color (decimal): -10984341 or 7038040. OLE color: 7038040.
HSL color Cylindrical-coordinate representation of color #58646B: hue angle of 202.11º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58646B is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 100 | 107 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.58 |
| HSL | 202.11º | 0.1% | 0.38% | - |
| HSV(B) | 202.11º | 0.18% | 0.42% | - |
| XYZ | 11.24 | 12.25 | 15.68 | - |
| YUV | 97.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 107 | 0.18 | 0.07 | 0 | 0.58 | 202.11 | 0.1 | 0.38 |
| Hex | 58 | 64 | 6B | 12 | 7 | 0 | 3A | CA | A | 26 |
| Octal | 130 | 144 | 153 | 22 | 7 | 0 | 72 | 312 | 12 | 46 |
| Binary | 1011000 | 1100100 | 1101011 | 10010 | 111 | 0 | 111010 | 11001010 | 1010 | 100110 |
Color Harmonies of #58646B
Complementary color
Monochromatic Colors of #58646B
Black with #58646B
Text Example
Text Example
White with #58646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58646B; }
p { color: rgb(88,100,107); }
H1.HeaderClassName
{
color: #58646B;
}
.AnyTagClassName
{
color: #58646B;
}
</style>
background-color css
<style>
a { background-color: #58646B; }
a { background-color: rgb(88,100,107); }
div.DivClassName
{
background-color: #58646B;
}
.BgClassName
{
background-color: #58646B;
}
</style>
border-color css
<style>
span { border-color: #58646B; }
span { border-color: rgb(88,100,107); }
td.TdClassName
{
border-color: #58646B;
}
.TagClassName
{
border-color: #58646B;
}
</style>