Shades of Smoky #5D577B
Tints of Smoky #5D577B
RGB
CMYK
RGB Variations
Color information
#5D577B (or 0x5D577B) is known color: Smoky. HEX triplet: 5D, 57 and 7B. RGB value is (93,87,123). Sum of RGB (Red+Green+Blue) = 93+87+123=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D577B is #A2A884. Grayscale: #5C5C5C. Windows color (decimal): -10659973 or 8083293. OLE color: 8083293.
HSL color Cylindrical-coordinate representation of color #5D577B: hue angle of 250º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D577B is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 87 | 123 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.52 |
| HSL | 250º | 0.17% | 0.41% | - |
| HSV(B) | 250º | 0.29% | 0.48% | - |
| XYZ | 11.5 | 10.57 | 20.17 | - |
| YUV | 92.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 123 | 0.24 | 0.29 | 0 | 0.52 | 250 | 0.17 | 0.41 |
| Hex | 5D | 57 | 7B | 18 | 1D | 0 | 34 | FA | 11 | 29 |
| Octal | 135 | 127 | 173 | 30 | 35 | 0 | 64 | 372 | 21 | 51 |
| Binary | 1011101 | 1010111 | 1111011 | 11000 | 11101 | 0 | 110100 | 11111010 | 10001 | 101001 |
Color Harmonies of #5D577B
Complementary color
Monochromatic Colors of #5D577B
Black with #5D577B
Text Example
Text Example
White with #5D577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D577B; }
p { color: rgb(93,87,123); }
H1.HeaderClassName
{
color: #5D577B;
}
.AnyTagClassName
{
color: #5D577B;
}
</style>
background-color css
<style>
a { background-color: #5D577B; }
a { background-color: rgb(93,87,123); }
div.DivClassName
{
background-color: #5D577B;
}
.BgClassName
{
background-color: #5D577B;
}
</style>
border-color css
<style>
span { border-color: #5D577B; }
span { border-color: rgb(93,87,123); }
td.TdClassName
{
border-color: #5D577B;
}
.TagClassName
{
border-color: #5D577B;
}
</style>