Shades of Sirocco #5D7664
Tints of Sirocco #5D7664
RGB
CMYK
RGB Variations
Color information
#5D7664 (or 0x5D7664) is known color: Sirocco. HEX triplet: 5D, 76 and 64. RGB value is (93,118,100). Sum of RGB (Red+Green+Blue) = 93+118+100=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7664 is #A2899B. Grayscale: #6C6C6C. Windows color (decimal): -10652060 or 6583901. OLE color: 6583901.
HSL color Cylindrical-coordinate representation of color #5D7664: hue angle of 136.8º degrees, saturation: 0.12, 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 #5D7664 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 100 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.54 |
| HSL | 136.8º | 0.12% | 0.41% | - |
| HSV(B) | 136.8º | 0.21% | 0.46% | - |
| XYZ | 13.29 | 16.2 | 14.48 | - |
| YUV | 108.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 100 | 0.21 | 0 | 0.15 | 0.54 | 136.8 | 0.12 | 0.41 |
| Hex | 5D | 76 | 64 | 15 | 0 | F | 36 | 89 | C | 29 |
| Octal | 135 | 166 | 144 | 25 | 0 | 17 | 66 | 211 | 14 | 51 |
| Binary | 1011101 | 1110110 | 1100100 | 10101 | 0 | 1111 | 110110 | 10001001 | 1100 | 101001 |
Color Harmonies of #5D7664
Complementary color
Monochromatic Colors of #5D7664
Black with #5D7664
Text Example
Text Example
White with #5D7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7664; }
p { color: rgb(93,118,100); }
H1.HeaderClassName
{
color: #5D7664;
}
.AnyTagClassName
{
color: #5D7664;
}
</style>
background-color css
<style>
a { background-color: #5D7664; }
a { background-color: rgb(93,118,100); }
div.DivClassName
{
background-color: #5D7664;
}
.BgClassName
{
background-color: #5D7664;
}
</style>
border-color css
<style>
span { border-color: #5D7664; }
span { border-color: rgb(93,118,100); }
td.TdClassName
{
border-color: #5D7664;
}
.TagClassName
{
border-color: #5D7664;
}
</style>