Shades of Bright Grey #5D616C
Tints of Bright Grey #5D616C
RGB
CMYK
RGB Variations
Color information
#5D616C (or 0x5D616C) is known color: Bright Grey. HEX triplet: 5D, 61 and 6C. RGB value is (93,97,108). Sum of RGB (Red+Green+Blue) = 93+97+108=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D616C is #A29E93. Grayscale: #616161. Windows color (decimal): -10657428 or 7102813. OLE color: 7102813.
HSL color Cylindrical-coordinate representation of color #5D616C: hue angle of 224º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D616C is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 97 | 108 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.58 |
| HSL | 224º | 0.07% | 0.39% | - |
| HSV(B) | 224º | 0.14% | 0.42% | - |
| XYZ | 11.5 | 11.96 | 15.89 | - |
| YUV | 97.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 108 | 0.14 | 0.10 | 0 | 0.58 | 224 | 0.07 | 0.39 |
| Hex | 5D | 61 | 6C | E | A | 0 | 3A | E0 | 7 | 27 |
| Octal | 135 | 141 | 154 | 16 | 12 | 0 | 72 | 340 | 7 | 47 |
| Binary | 1011101 | 1100001 | 1101100 | 1110 | 1010 | 0 | 111010 | 11100000 | 111 | 100111 |
Color Harmonies of #5D616C
Complementary color
Monochromatic Colors of #5D616C
Black with #5D616C
Text Example
Text Example
White with #5D616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D616C; }
p { color: rgb(93,97,108); }
H1.HeaderClassName
{
color: #5D616C;
}
.AnyTagClassName
{
color: #5D616C;
}
</style>
background-color css
<style>
a { background-color: #5D616C; }
a { background-color: rgb(93,97,108); }
div.DivClassName
{
background-color: #5D616C;
}
.BgClassName
{
background-color: #5D616C;
}
</style>
border-color css
<style>
span { border-color: #5D616C; }
span { border-color: rgb(93,97,108); }
td.TdClassName
{
border-color: #5D616C;
}
.TagClassName
{
border-color: #5D616C;
}
</style>