Shades of Shuttle Grey #58667B
Tints of Shuttle Grey #58667B
RGB
CMYK
RGB Variations
Color information
#58667B (or 0x58667B) is known color: Shuttle Grey. HEX triplet: 58, 66 and 7B. RGB value is (88,102,123). Sum of RGB (Red+Green+Blue) = 88+102+123=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #58667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58667B is #A79984. Grayscale: #646464. Windows color (decimal): -10983813 or 8087128. OLE color: 8087128.
HSL color Cylindrical-coordinate representation of color #58667B: hue angle of 216º degrees, saturation: 0.17, 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 #58667B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 102 | 123 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.52 |
| HSL | 216º | 0.17% | 0.41% | - |
| HSV(B) | 216º | 0.28% | 0.48% | - |
| XYZ | 12.35 | 13.01 | 20.6 | - |
| YUV | 100.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 123 | 0.28 | 0.17 | 0 | 0.52 | 216 | 0.17 | 0.41 |
| Hex | 58 | 66 | 7B | 1C | 11 | 0 | 34 | D8 | 11 | 29 |
| Octal | 130 | 146 | 173 | 34 | 21 | 0 | 64 | 330 | 21 | 51 |
| Binary | 1011000 | 1100110 | 1111011 | 11100 | 10001 | 0 | 110100 | 11011000 | 10001 | 101001 |
Color Harmonies of #58667B
Complementary color
Monochromatic Colors of #58667B
Black with #58667B
Text Example
Text Example
White with #58667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58667B; }
p { color: rgb(88,102,123); }
H1.HeaderClassName
{
color: #58667B;
}
.AnyTagClassName
{
color: #58667B;
}
</style>
background-color css
<style>
a { background-color: #58667B; }
a { background-color: rgb(88,102,123); }
div.DivClassName
{
background-color: #58667B;
}
.BgClassName
{
background-color: #58667B;
}
</style>
border-color css
<style>
span { border-color: #58667B; }
span { border-color: rgb(88,102,123); }
td.TdClassName
{
border-color: #58667B;
}
.TagClassName
{
border-color: #58667B;
}
</style>