Shades of Shuttle Grey #586068
Tints of Shuttle Grey #586068
RGB
CMYK
RGB Variations
Color information
#586068 (or 0x586068) is known color: Shuttle Grey. HEX triplet: 58, 60 and 68. RGB value is (88,96,104). Sum of RGB (Red+Green+Blue) = 88+96+104=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #586068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586068 is #A79F97. Grayscale: #5E5E5E. Windows color (decimal): -10985368 or 6840408. OLE color: 6840408.
HSL color Cylindrical-coordinate representation of color #586068: hue angle of 210º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586068 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 96 | 104 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.59 |
| HSL | 210º | 0.08% | 0.38% | - |
| HSV(B) | 210º | 0.15% | 0.41% | - |
| XYZ | 10.71 | 11.44 | 14.74 | - |
| YUV | 94.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 104 | 0.15 | 0.08 | 0 | 0.59 | 210 | 0.08 | 0.38 |
| Hex | 58 | 60 | 68 | F | 8 | 0 | 3B | D2 | 8 | 26 |
| Octal | 130 | 140 | 150 | 17 | 10 | 0 | 73 | 322 | 10 | 46 |
| Binary | 1011000 | 1100000 | 1101000 | 1111 | 1000 | 0 | 111011 | 11010010 | 1000 | 100110 |
Color Harmonies of #586068
Complementary color
Monochromatic Colors of #586068
Black with #586068
Text Example
Text Example
White with #586068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586068; }
p { color: rgb(88,96,104); }
H1.HeaderClassName
{
color: #586068;
}
.AnyTagClassName
{
color: #586068;
}
</style>
background-color css
<style>
a { background-color: #586068; }
a { background-color: rgb(88,96,104); }
div.DivClassName
{
background-color: #586068;
}
.BgClassName
{
background-color: #586068;
}
</style>
border-color css
<style>
span { border-color: #586068; }
span { border-color: rgb(88,96,104); }
td.TdClassName
{
border-color: #586068;
}
.TagClassName
{
border-color: #586068;
}
</style>