Shades of Bright Grey #5D5E61
Tints of Bright Grey #5D5E61
RGB
CMYK
RGB Variations
Color information
#5D5E61 (or 0x5D5E61) is known color: Bright Grey. HEX triplet: 5D, 5E and 61. RGB value is (93,94,97). Sum of RGB (Red+Green+Blue) = 93+94+97=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5E61 is #A2A19E. Grayscale: #5E5E5E. Windows color (decimal): -10658207 or 6381149. OLE color: 6381149.
HSL color Cylindrical-coordinate representation of color #5D5E61: hue angle of 225º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5D5E61 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 93 | 94 | 97 | - |
CMYK | 0.04 | 0.03 | 0 | 0.62 |
HSL | 225º | 0.02% | 0.37% | - |
HSV(B) | 225º | 0.04% | 0.38% | - |
XYZ | 10.67 | 11.2 | 12.91 | - |
YUV | 94.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 94 | 97 | 0.04 | 0.03 | 0 | 0.62 | 225 | 0.02 | 0.37 |
Hex | 5D | 5E | 61 | 4 | 3 | 0 | 3E | E1 | 2 | 25 |
Octal | 135 | 136 | 141 | 4 | 3 | 0 | 76 | 341 | 2 | 45 |
Binary | 1011101 | 1011110 | 1100001 | 100 | 11 | 0 | 111110 | 11100001 | 10 | 100101 |
Color Harmonies of #5D5E61
Complementary color
Monochromatic Colors of #5D5E61
Black with #5D5E61
Text Example
Text Example
White with #5D5E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5E61; }
p { color: rgb(93,94,97); }
H1.HeaderClassName
{
color: #5D5E61;
}
.AnyTagClassName
{
color: #5D5E61;
}
</style>
background-color css
<style>
a { background-color: #5D5E61; }
a { background-color: rgb(93,94,97); }
div.DivClassName
{
background-color: #5D5E61;
}
.BgClassName
{
background-color: #5D5E61;
}
</style>
border-color css
<style>
span { border-color: #5D5E61; }
span { border-color: rgb(93,94,97); }
td.TdClassName
{
border-color: #5D5E61;
}
.TagClassName
{
border-color: #5D5E61;
}
</style>