Shades of Shuttle Grey #5C666E
Tints of Shuttle Grey #5C666E
RGB
CMYK
RGB Variations
Color information
#5C666E (or 0x5C666E) is known color: Shuttle Grey. HEX triplet: 5C, 66 and 6E. RGB value is (92,102,110). Sum of RGB (Red+Green+Blue) = 92+102+110=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C666E is #A39991. Grayscale: #636363. Windows color (decimal): -10721682 or 7235164. OLE color: 7235164.
HSL color Cylindrical-coordinate representation of color #5C666E: hue angle of 206.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C666E is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 102 | 110 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.57 |
| HSL | 206.67º | 0.09% | 0.4% | - |
| HSV(B) | 206.67º | 0.16% | 0.43% | - |
| XYZ | 11.98 | 12.9 | 16.61 | - |
| YUV | 99.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 110 | 0.16 | 0.07 | 0 | 0.57 | 206.67 | 0.09 | 0.4 |
| Hex | 5C | 66 | 6E | 10 | 7 | 0 | 39 | CF | 9 | 28 |
| Octal | 134 | 146 | 156 | 20 | 7 | 0 | 71 | 317 | 11 | 50 |
| Binary | 1011100 | 1100110 | 1101110 | 10000 | 111 | 0 | 111001 | 11001111 | 1001 | 101000 |
Color Harmonies of #5C666E
Complementary color
Monochromatic Colors of #5C666E
Black with #5C666E
Text Example
Text Example
White with #5C666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C666E; }
p { color: rgb(92,102,110); }
H1.HeaderClassName
{
color: #5C666E;
}
.AnyTagClassName
{
color: #5C666E;
}
</style>
background-color css
<style>
a { background-color: #5C666E; }
a { background-color: rgb(92,102,110); }
div.DivClassName
{
background-color: #5C666E;
}
.BgClassName
{
background-color: #5C666E;
}
</style>
border-color css
<style>
span { border-color: #5C666E; }
span { border-color: rgb(92,102,110); }
td.TdClassName
{
border-color: #5C666E;
}
.TagClassName
{
border-color: #5C666E;
}
</style>