Shades of Shuttle Grey #555F68
Tints of Shuttle Grey #555F68
RGB
CMYK
RGB Variations
Color information
#555F68 (or 0x555F68) is known color: Shuttle Grey. HEX triplet: 55, 5F and 68. RGB value is (85,95,104). Sum of RGB (Red+Green+Blue) = 85+95+104=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #555F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F68 is #AAA097. Grayscale: #5C5C5C. Windows color (decimal): -11182232 or 6840149. OLE color: 6840149.
HSL color Cylindrical-coordinate representation of color #555F68: hue angle of 208.42º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555F68 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 95 | 104 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.59 |
| HSL | 208.42º | 0.1% | 0.37% | - |
| HSV(B) | 208.42º | 0.18% | 0.41% | - |
| XYZ | 10.34 | 11.12 | 14.7 | - |
| YUV | 93.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 104 | 0.18 | 0.09 | 0 | 0.59 | 208.42 | 0.1 | 0.37 |
| Hex | 55 | 5F | 68 | 12 | 9 | 0 | 3B | D0 | A | 25 |
| Octal | 125 | 137 | 150 | 22 | 11 | 0 | 73 | 320 | 12 | 45 |
| Binary | 1010101 | 1011111 | 1101000 | 10010 | 1001 | 0 | 111011 | 11010000 | 1010 | 100101 |
Color Harmonies of #555F68
Complementary color
Monochromatic Colors of #555F68
Black with #555F68
Text Example
Text Example
White with #555F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F68; }
p { color: rgb(85,95,104); }
H1.HeaderClassName
{
color: #555F68;
}
.AnyTagClassName
{
color: #555F68;
}
</style>
background-color css
<style>
a { background-color: #555F68; }
a { background-color: rgb(85,95,104); }
div.DivClassName
{
background-color: #555F68;
}
.BgClassName
{
background-color: #555F68;
}
</style>
border-color css
<style>
span { border-color: #555F68; }
span { border-color: rgb(85,95,104); }
td.TdClassName
{
border-color: #555F68;
}
.TagClassName
{
border-color: #555F68;
}
</style>