Shades of Sirocco #5D7265
Tints of Sirocco #5D7265
RGB
CMYK
RGB Variations
Color information
#5D7265 (or 0x5D7265) is known color: Sirocco. HEX triplet: 5D, 72 and 65. RGB value is (93,114,101). Sum of RGB (Red+Green+Blue) = 93+114+101=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #5D7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7265 is #A28D9A. Grayscale: #6A6A6A. Windows color (decimal): -10653083 or 6648413. OLE color: 6648413.
HSL color Cylindrical-coordinate representation of color #5D7265: hue angle of 142.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D7265 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 101 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.55 |
| HSL | 142.86º | 0.1% | 0.41% | - |
| HSV(B) | 142.86º | 0.18% | 0.45% | - |
| XYZ | 12.88 | 15.3 | 14.59 | - |
| YUV | 106.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 101 | 0.18 | 0 | 0.11 | 0.55 | 142.86 | 0.1 | 0.41 |
| Hex | 5D | 72 | 65 | 12 | 0 | B | 37 | 8F | A | 29 |
| Octal | 135 | 162 | 145 | 22 | 0 | 13 | 67 | 217 | 12 | 51 |
| Binary | 1011101 | 1110010 | 1100101 | 10010 | 0 | 1011 | 110111 | 10001111 | 1010 | 101001 |
Color Harmonies of #5D7265
Complementary color
Monochromatic Colors of #5D7265
Black with #5D7265
Text Example
Text Example
White with #5D7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7265; }
p { color: rgb(93,114,101); }
H1.HeaderClassName
{
color: #5D7265;
}
.AnyTagClassName
{
color: #5D7265;
}
</style>
background-color css
<style>
a { background-color: #5D7265; }
a { background-color: rgb(93,114,101); }
div.DivClassName
{
background-color: #5D7265;
}
.BgClassName
{
background-color: #5D7265;
}
</style>
border-color css
<style>
span { border-color: #5D7265; }
span { border-color: rgb(93,114,101); }
td.TdClassName
{
border-color: #5D7265;
}
.TagClassName
{
border-color: #5D7265;
}
</style>