Shades of Shuttle Grey #5C657A
Tints of Shuttle Grey #5C657A
RGB
CMYK
RGB Variations
Color information
#5C657A (or 0x5C657A) is known color: Shuttle Grey. HEX triplet: 5C, 65 and 7A. RGB value is (92,101,122). Sum of RGB (Red+Green+Blue) = 92+101+122=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C657A is #A39A85. Grayscale: #646464. Windows color (decimal): -10721926 or 8021340. OLE color: 8021340.
HSL color Cylindrical-coordinate representation of color #5C657A: hue angle of 222º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C657A is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 101 | 122 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.52 |
| HSL | 222º | 0.14% | 0.42% | - |
| HSV(B) | 222º | 0.25% | 0.48% | - |
| XYZ | 12.58 | 12.99 | 20.26 | - |
| YUV | 100.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 122 | 0.25 | 0.17 | 0 | 0.52 | 222 | 0.14 | 0.42 |
| Hex | 5C | 65 | 7A | 19 | 11 | 0 | 34 | DE | E | 2A |
| Octal | 134 | 145 | 172 | 31 | 21 | 0 | 64 | 336 | 16 | 52 |
| Binary | 1011100 | 1100101 | 1111010 | 11001 | 10001 | 0 | 110100 | 11011110 | 1110 | 101010 |
Color Harmonies of #5C657A
Complementary color
Monochromatic Colors of #5C657A
Black with #5C657A
Text Example
Text Example
White with #5C657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C657A; }
p { color: rgb(92,101,122); }
H1.HeaderClassName
{
color: #5C657A;
}
.AnyTagClassName
{
color: #5C657A;
}
</style>
background-color css
<style>
a { background-color: #5C657A; }
a { background-color: rgb(92,101,122); }
div.DivClassName
{
background-color: #5C657A;
}
.BgClassName
{
background-color: #5C657A;
}
</style>
border-color css
<style>
span { border-color: #5C657A; }
span { border-color: rgb(92,101,122); }
td.TdClassName
{
border-color: #5C657A;
}
.TagClassName
{
border-color: #5C657A;
}
</style>