Shades of Shuttle Grey #58667A
Tints of Shuttle Grey #58667A
RGB
CMYK
RGB Variations
Color information
#58667A (or 0x58667A) is known color: Shuttle Grey. HEX triplet: 58, 66 and 7A. RGB value is (88,102,122). Sum of RGB (Red+Green+Blue) = 88+102+122=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #58667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58667A is #A79985. Grayscale: #646464. Windows color (decimal): -10983814 or 8021592. OLE color: 8021592.
HSL color Cylindrical-coordinate representation of color #58667A: hue angle of 215.29º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58667A is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 102 | 122 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.52 |
| HSL | 215.29º | 0.16% | 0.41% | - |
| HSV(B) | 215.29º | 0.28% | 0.48% | - |
| XYZ | 12.29 | 12.98 | 20.27 | - |
| YUV | 100.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 122 | 0.28 | 0.16 | 0 | 0.52 | 215.29 | 0.16 | 0.41 |
| Hex | 58 | 66 | 7A | 1C | 10 | 0 | 34 | D7 | 10 | 29 |
| Octal | 130 | 146 | 172 | 34 | 20 | 0 | 64 | 327 | 20 | 51 |
| Binary | 1011000 | 1100110 | 1111010 | 11100 | 10000 | 0 | 110100 | 11010111 | 10000 | 101001 |
Color Harmonies of #58667A
Complementary color
Monochromatic Colors of #58667A
Black with #58667A
Text Example
Text Example
White with #58667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58667A; }
p { color: rgb(88,102,122); }
H1.HeaderClassName
{
color: #58667A;
}
.AnyTagClassName
{
color: #58667A;
}
</style>
background-color css
<style>
a { background-color: #58667A; }
a { background-color: rgb(88,102,122); }
div.DivClassName
{
background-color: #58667A;
}
.BgClassName
{
background-color: #58667A;
}
</style>
border-color css
<style>
span { border-color: #58667A; }
span { border-color: rgb(88,102,122); }
td.TdClassName
{
border-color: #58667A;
}
.TagClassName
{
border-color: #58667A;
}
</style>