Shades of Shuttle Grey #566372
Tints of Shuttle Grey #566372
RGB
CMYK
RGB Variations
Color information
#566372 (or 0x566372) is known color: Shuttle Grey. HEX triplet: 56, 63 and 72. RGB value is (86,99,114). Sum of RGB (Red+Green+Blue) = 86+99+114=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #566372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566372 is #A99C8D. Grayscale: #606060. Windows color (decimal): -11115662 or 7496534. OLE color: 7496534.
HSL color Cylindrical-coordinate representation of color #566372: hue angle of 212.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566372 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 99 | 114 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.55 |
| HSL | 212.14º | 0.14% | 0.39% | - |
| HSV(B) | 212.14º | 0.25% | 0.45% | - |
| XYZ | 11.34 | 12.12 | 17.66 | - |
| YUV | 96.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 114 | 0.25 | 0.13 | 0 | 0.55 | 212.14 | 0.14 | 0.39 |
| Hex | 56 | 63 | 72 | 19 | D | 0 | 37 | D4 | E | 27 |
| Octal | 126 | 143 | 162 | 31 | 15 | 0 | 67 | 324 | 16 | 47 |
| Binary | 1010110 | 1100011 | 1110010 | 11001 | 1101 | 0 | 110111 | 11010100 | 1110 | 100111 |
Color Harmonies of #566372
Complementary color
Monochromatic Colors of #566372
Black with #566372
Text Example
Text Example
White with #566372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566372; }
p { color: rgb(86,99,114); }
H1.HeaderClassName
{
color: #566372;
}
.AnyTagClassName
{
color: #566372;
}
</style>
background-color css
<style>
a { background-color: #566372; }
a { background-color: rgb(86,99,114); }
div.DivClassName
{
background-color: #566372;
}
.BgClassName
{
background-color: #566372;
}
</style>
border-color css
<style>
span { border-color: #566372; }
span { border-color: rgb(86,99,114); }
td.TdClassName
{
border-color: #566372;
}
.TagClassName
{
border-color: #566372;
}
</style>