Shades of Shuttle Grey #5F676E
Tints of Shuttle Grey #5F676E
RGB
CMYK
RGB Variations
Color information
#5F676E (or 0x5F676E) is known color: Shuttle Grey. HEX triplet: 5F, 67 and 6E. RGB value is (95,103,110). Sum of RGB (Red+Green+Blue) = 95+103+110=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F676E is #A09891. Grayscale: #656565. Windows color (decimal): -10524818 or 7235423. OLE color: 7235423.
HSL color Cylindrical-coordinate representation of color #5F676E: hue angle of 208º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F676E is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 103 | 110 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.57 |
| HSL | 208º | 0.07% | 0.4% | - |
| HSV(B) | 208º | 0.14% | 0.43% | - |
| XYZ | 12.38 | 13.26 | 16.66 | - |
| YUV | 101.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 110 | 0.14 | 0.06 | 0 | 0.57 | 208 | 0.07 | 0.4 |
| Hex | 5F | 67 | 6E | E | 6 | 0 | 39 | D0 | 7 | 28 |
| Octal | 137 | 147 | 156 | 16 | 6 | 0 | 71 | 320 | 7 | 50 |
| Binary | 1011111 | 1100111 | 1101110 | 1110 | 110 | 0 | 111001 | 11010000 | 111 | 101000 |
Color Harmonies of #5F676E
Complementary color
Monochromatic Colors of #5F676E
Black with #5F676E
Text Example
Text Example
White with #5F676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F676E; }
p { color: rgb(95,103,110); }
H1.HeaderClassName
{
color: #5F676E;
}
.AnyTagClassName
{
color: #5F676E;
}
</style>
background-color css
<style>
a { background-color: #5F676E; }
a { background-color: rgb(95,103,110); }
div.DivClassName
{
background-color: #5F676E;
}
.BgClassName
{
background-color: #5F676E;
}
</style>
border-color css
<style>
span { border-color: #5F676E; }
span { border-color: rgb(95,103,110); }
td.TdClassName
{
border-color: #5F676E;
}
.TagClassName
{
border-color: #5F676E;
}
</style>