Shades of Shuttle Grey #5F6773
Tints of Shuttle Grey #5F6773
RGB
CMYK
RGB Variations
Color information
#5F6773 (or 0x5F6773) is known color: Shuttle Grey. HEX triplet: 5F, 67 and 73. RGB value is (95,103,115). Sum of RGB (Red+Green+Blue) = 95+103+115=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6773 is #A0988C. Grayscale: #656565. Windows color (decimal): -10524813 or 7563103. OLE color: 7563103.
HSL color Cylindrical-coordinate representation of color #5F6773: hue angle of 216º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F6773 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 103 | 115 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.55 |
| HSL | 216º | 0.1% | 0.41% | - |
| HSV(B) | 216º | 0.17% | 0.45% | - |
| XYZ | 12.66 | 13.37 | 18.13 | - |
| YUV | 101.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 115 | 0.17 | 0.10 | 0 | 0.55 | 216 | 0.1 | 0.41 |
| Hex | 5F | 67 | 73 | 11 | A | 0 | 37 | D8 | A | 29 |
| Octal | 137 | 147 | 163 | 21 | 12 | 0 | 67 | 330 | 12 | 51 |
| Binary | 1011111 | 1100111 | 1110011 | 10001 | 1010 | 0 | 110111 | 11011000 | 1010 | 101001 |
Color Harmonies of #5F6773
Complementary color
Monochromatic Colors of #5F6773
Black with #5F6773
Text Example
Text Example
White with #5F6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6773; }
p { color: rgb(95,103,115); }
H1.HeaderClassName
{
color: #5F6773;
}
.AnyTagClassName
{
color: #5F6773;
}
</style>
background-color css
<style>
a { background-color: #5F6773; }
a { background-color: rgb(95,103,115); }
div.DivClassName
{
background-color: #5F6773;
}
.BgClassName
{
background-color: #5F6773;
}
</style>
border-color css
<style>
span { border-color: #5F6773; }
span { border-color: rgb(95,103,115); }
td.TdClassName
{
border-color: #5F6773;
}
.TagClassName
{
border-color: #5F6773;
}
</style>