Shades of Shuttle Grey #5F6467
Tints of Shuttle Grey #5F6467
RGB
CMYK
RGB Variations
Color information
#5F6467 (or 0x5F6467) is known color: Shuttle Grey. HEX triplet: 5F, 64 and 67. RGB value is (95,100,103). Sum of RGB (Red+Green+Blue) = 95+100+103=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6467 is #A09B98. Grayscale: #626262. Windows color (decimal): -10525593 or 6775903. OLE color: 6775903.
HSL color Cylindrical-coordinate representation of color #5F6467: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F6467 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 100 | 103 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.60 |
| HSL | 202.5º | 0.04% | 0.39% | - |
| HSV(B) | 202.5º | 0.08% | 0.4% | - |
| XYZ | 11.72 | 12.53 | 14.63 | - |
| YUV | 98.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 103 | 0.08 | 0.03 | 0 | 0.60 | 202.5 | 0.04 | 0.39 |
| Hex | 5F | 64 | 67 | 8 | 3 | 0 | 3C | CA | 4 | 27 |
| Octal | 137 | 144 | 147 | 10 | 3 | 0 | 74 | 312 | 4 | 47 |
| Binary | 1011111 | 1100100 | 1100111 | 1000 | 11 | 0 | 111100 | 11001010 | 100 | 100111 |
Color Harmonies of #5F6467
Complementary color
Monochromatic Colors of #5F6467
Black with #5F6467
Text Example
Text Example
White with #5F6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6467; }
p { color: rgb(95,100,103); }
H1.HeaderClassName
{
color: #5F6467;
}
.AnyTagClassName
{
color: #5F6467;
}
</style>
background-color css
<style>
a { background-color: #5F6467; }
a { background-color: rgb(95,100,103); }
div.DivClassName
{
background-color: #5F6467;
}
.BgClassName
{
background-color: #5F6467;
}
</style>
border-color css
<style>
span { border-color: #5F6467; }
span { border-color: rgb(95,100,103); }
td.TdClassName
{
border-color: #5F6467;
}
.TagClassName
{
border-color: #5F6467;
}
</style>