Shades of Shuttle Grey #575F67
Tints of Shuttle Grey #575F67
RGB
CMYK
RGB Variations
Color information
#575F67 (or 0x575F67) is known color: Shuttle Grey. HEX triplet: 57, 5F and 67. RGB value is (87,95,103). Sum of RGB (Red+Green+Blue) = 87+95+103=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #575F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F67 is #A8A098. Grayscale: #5D5D5D. Windows color (decimal): -11051161 or 6774615. OLE color: 6774615.
HSL color Cylindrical-coordinate representation of color #575F67: hue angle of 210º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575F67 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 95 | 103 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.60 |
| HSL | 210º | 0.08% | 0.37% | - |
| HSV(B) | 210º | 0.16% | 0.4% | - |
| XYZ | 10.47 | 11.19 | 14.44 | - |
| YUV | 93.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 103 | 0.16 | 0.08 | 0 | 0.60 | 210 | 0.08 | 0.37 |
| Hex | 57 | 5F | 67 | 10 | 8 | 0 | 3C | D2 | 8 | 25 |
| Octal | 127 | 137 | 147 | 20 | 10 | 0 | 74 | 322 | 10 | 45 |
| Binary | 1010111 | 1011111 | 1100111 | 10000 | 1000 | 0 | 111100 | 11010010 | 1000 | 100101 |
Color Harmonies of #575F67
Complementary color
Monochromatic Colors of #575F67
Black with #575F67
Text Example
Text Example
White with #575F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F67; }
p { color: rgb(87,95,103); }
H1.HeaderClassName
{
color: #575F67;
}
.AnyTagClassName
{
color: #575F67;
}
</style>
background-color css
<style>
a { background-color: #575F67; }
a { background-color: rgb(87,95,103); }
div.DivClassName
{
background-color: #575F67;
}
.BgClassName
{
background-color: #575F67;
}
</style>
border-color css
<style>
span { border-color: #575F67; }
span { border-color: rgb(87,95,103); }
td.TdClassName
{
border-color: #575F67;
}
.TagClassName
{
border-color: #575F67;
}
</style>