Shades of Smoky #575765
Tints of Smoky #575765
RGB
CMYK
RGB Variations
Color information
#575765 (or 0x575765) is known color: Smoky. HEX triplet: 57, 57 and 65. RGB value is (87,87,101). Sum of RGB (Red+Green+Blue) = 87+87+101=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #575765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575765 is #A8A89A. Grayscale: #585858. Windows color (decimal): -11053211 or 6641495. OLE color: 6641495.
HSL color Cylindrical-coordinate representation of color #575765: hue angle of 240º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575765 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 87 | 101 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.60 |
| HSL | 240º | 0.07% | 0.37% | - |
| HSV(B) | 240º | 0.14% | 0.4% | - |
| XYZ | 9.69 | 9.78 | 13.69 | - |
| YUV | 88.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 101 | 0.14 | 0.14 | 0 | 0.60 | 240 | 0.07 | 0.37 |
| Hex | 57 | 57 | 65 | E | E | 0 | 3C | F0 | 7 | 25 |
| Octal | 127 | 127 | 145 | 16 | 16 | 0 | 74 | 360 | 7 | 45 |
| Binary | 1010111 | 1010111 | 1100101 | 1110 | 1110 | 0 | 111100 | 11110000 | 111 | 100101 |
Color Harmonies of #575765
Complementary color
Monochromatic Colors of #575765
Black with #575765
Text Example
Text Example
White with #575765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575765; }
p { color: rgb(87,87,101); }
H1.HeaderClassName
{
color: #575765;
}
.AnyTagClassName
{
color: #575765;
}
</style>
background-color css
<style>
a { background-color: #575765; }
a { background-color: rgb(87,87,101); }
div.DivClassName
{
background-color: #575765;
}
.BgClassName
{
background-color: #575765;
}
</style>
border-color css
<style>
span { border-color: #575765; }
span { border-color: rgb(87,87,101); }
td.TdClassName
{
border-color: #575765;
}
.TagClassName
{
border-color: #575765;
}
</style>