Shades of Shuttle Grey #5D656D
Tints of Shuttle Grey #5D656D
RGB
CMYK
RGB Variations
Color information
#5D656D (or 0x5D656D) is known color: Shuttle Grey. HEX triplet: 5D, 65 and 6D. RGB value is (93,101,109). Sum of RGB (Red+Green+Blue) = 93+101+109=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D656D is #A29A92. Grayscale: #636363. Windows color (decimal): -10656403 or 7169373. OLE color: 7169373.
HSL color Cylindrical-coordinate representation of color #5D656D: hue angle of 210º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D656D is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 93 | 101 | 109 | - |
CMYK | 0.15 | 0.07 | 0 | 0.57 |
HSL | 210º | 0.08% | 0.4% | - |
HSV(B) | 210º | 0.15% | 0.43% | - |
XYZ | 11.93 | 12.74 | 16.3 | - |
YUV | 99.52 | 133.35 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 101 | 109 | 0.15 | 0.07 | 0 | 0.57 | 210 | 0.08 | 0.4 |
Hex | 5D | 65 | 6D | F | 7 | 0 | 39 | D2 | 8 | 28 |
Octal | 135 | 145 | 155 | 17 | 7 | 0 | 71 | 322 | 10 | 50 |
Binary | 1011101 | 1100101 | 1101101 | 1111 | 111 | 0 | 111001 | 11010010 | 1000 | 101000 |
Color Harmonies of #5D656D
Complementary color
Monochromatic Colors of #5D656D
Black with #5D656D
Text Example
Text Example
White with #5D656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D656D; }
p { color: rgb(93,101,109); }
H1.HeaderClassName
{
color: #5D656D;
}
.AnyTagClassName
{
color: #5D656D;
}
</style>
background-color css
<style>
a { background-color: #5D656D; }
a { background-color: rgb(93,101,109); }
div.DivClassName
{
background-color: #5D656D;
}
.BgClassName
{
background-color: #5D656D;
}
</style>
border-color css
<style>
span { border-color: #5D656D; }
span { border-color: rgb(93,101,109); }
td.TdClassName
{
border-color: #5D656D;
}
.TagClassName
{
border-color: #5D656D;
}
</style>