Shades of Shuttle Grey #586376
Tints of Shuttle Grey #586376
RGB
CMYK
RGB Variations
Color information
#586376 (or 0x586376) is known color: Shuttle Grey. HEX triplet: 58, 63 and 76. RGB value is (88,99,118). Sum of RGB (Red+Green+Blue) = 88+99+118=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #586376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586376 is #A79C89. Grayscale: #616161. Windows color (decimal): -10984586 or 7758680. OLE color: 7758680.
HSL color Cylindrical-coordinate representation of color #586376: hue angle of 218º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586376 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 99 | 118 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.54 |
| HSL | 218º | 0.15% | 0.4% | - |
| HSV(B) | 218º | 0.25% | 0.46% | - |
| XYZ | 11.76 | 12.31 | 18.9 | - |
| YUV | 97.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 118 | 0.25 | 0.16 | 0 | 0.54 | 218 | 0.15 | 0.4 |
| Hex | 58 | 63 | 76 | 19 | 10 | 0 | 36 | DA | F | 28 |
| Octal | 130 | 143 | 166 | 31 | 20 | 0 | 66 | 332 | 17 | 50 |
| Binary | 1011000 | 1100011 | 1110110 | 11001 | 10000 | 0 | 110110 | 11011010 | 1111 | 101000 |
Color Harmonies of #586376
Complementary color
Monochromatic Colors of #586376
Black with #586376
Text Example
Text Example
White with #586376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586376; }
p { color: rgb(88,99,118); }
H1.HeaderClassName
{
color: #586376;
}
.AnyTagClassName
{
color: #586376;
}
</style>
background-color css
<style>
a { background-color: #586376; }
a { background-color: rgb(88,99,118); }
div.DivClassName
{
background-color: #586376;
}
.BgClassName
{
background-color: #586376;
}
</style>
border-color css
<style>
span { border-color: #586376; }
span { border-color: rgb(88,99,118); }
td.TdClassName
{
border-color: #586376;
}
.TagClassName
{
border-color: #586376;
}
</style>