Shades of Mid Grey #5D6C75
Tints of Mid Grey #5D6C75
RGB
CMYK
RGB Variations
Color information
#5D6C75 (or 0x5D6C75) is known color: Mid Grey. HEX triplet: 5D, 6C and 75. RGB value is (93,108,117). Sum of RGB (Red+Green+Blue) = 93+108+117=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D6C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6C75 is #A2938A. Grayscale: #686868. Windows color (decimal): -10654603 or 7695453. OLE color: 7695453.
HSL color Cylindrical-coordinate representation of color #5D6C75: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D6C75 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 108 | 117 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.54 |
| HSL | 202.5º | 0.11% | 0.41% | - |
| HSV(B) | 202.5º | 0.21% | 0.46% | - |
| XYZ | 13.09 | 14.34 | 18.91 | - |
| YUV | 104.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 108 | 117 | 0.21 | 0.08 | 0 | 0.54 | 202.5 | 0.11 | 0.41 |
| Hex | 5D | 6C | 75 | 15 | 8 | 0 | 36 | CA | B | 29 |
| Octal | 135 | 154 | 165 | 25 | 10 | 0 | 66 | 312 | 13 | 51 |
| Binary | 1011101 | 1101100 | 1110101 | 10101 | 1000 | 0 | 110110 | 11001010 | 1011 | 101001 |
Color Harmonies of #5D6C75
Complementary color
Monochromatic Colors of #5D6C75
Black with #5D6C75
Text Example
Text Example
White with #5D6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6C75; }
p { color: rgb(93,108,117); }
H1.HeaderClassName
{
color: #5D6C75;
}
.AnyTagClassName
{
color: #5D6C75;
}
</style>
background-color css
<style>
a { background-color: #5D6C75; }
a { background-color: rgb(93,108,117); }
div.DivClassName
{
background-color: #5D6C75;
}
.BgClassName
{
background-color: #5D6C75;
}
</style>
border-color css
<style>
span { border-color: #5D6C75; }
span { border-color: rgb(93,108,117); }
td.TdClassName
{
border-color: #5D6C75;
}
.TagClassName
{
border-color: #5D6C75;
}
</style>