Shades of Sirocco #5D7568
Tints of Sirocco #5D7568
RGB
CMYK
RGB Variations
Color information
#5D7568 (or 0x5D7568) is known color: Sirocco. HEX triplet: 5D, 75 and 68. RGB value is (93,117,104). Sum of RGB (Red+Green+Blue) = 93+117+104=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7568 is #A28A97. Grayscale: #6C6C6C. Windows color (decimal): -10652312 or 6845789. OLE color: 6845789.
HSL color Cylindrical-coordinate representation of color #5D7568: hue angle of 147.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 #5D7568 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 104 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.54 |
| HSL | 147.5º | 0.11% | 0.41% | - |
| HSV(B) | 147.5º | 0.21% | 0.46% | - |
| XYZ | 13.37 | 16.05 | 15.49 | - |
| YUV | 108.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 104 | 0.21 | 0 | 0.11 | 0.54 | 147.5 | 0.11 | 0.41 |
| Hex | 5D | 75 | 68 | 15 | 0 | B | 36 | 94 | B | 29 |
| Octal | 135 | 165 | 150 | 25 | 0 | 13 | 66 | 224 | 13 | 51 |
| Binary | 1011101 | 1110101 | 1101000 | 10101 | 0 | 1011 | 110110 | 10010100 | 1011 | 101001 |
Color Harmonies of #5D7568
Complementary color
Monochromatic Colors of #5D7568
Black with #5D7568
Text Example
Text Example
White with #5D7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7568; }
p { color: rgb(93,117,104); }
H1.HeaderClassName
{
color: #5D7568;
}
.AnyTagClassName
{
color: #5D7568;
}
</style>
background-color css
<style>
a { background-color: #5D7568; }
a { background-color: rgb(93,117,104); }
div.DivClassName
{
background-color: #5D7568;
}
.BgClassName
{
background-color: #5D7568;
}
</style>
border-color css
<style>
span { border-color: #5D7568; }
span { border-color: rgb(93,117,104); }
td.TdClassName
{
border-color: #5D7568;
}
.TagClassName
{
border-color: #5D7568;
}
</style>