Shades of Sirocco #5C7465
Tints of Sirocco #5C7465
RGB
CMYK
RGB Variations
Color information
#5C7465 (or 0x5C7465) is known color: Sirocco. HEX triplet: 5C, 74 and 65. RGB value is (92,116,101). Sum of RGB (Red+Green+Blue) = 92+116+101=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7465 is #A38B9A. Grayscale: #6B6B6B. Windows color (decimal): -10718107 or 6648924. OLE color: 6648924.
HSL color Cylindrical-coordinate representation of color #5C7465: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7465 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 101 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.55 |
| HSL | 142.5º | 0.12% | 0.41% | - |
| HSV(B) | 142.5º | 0.21% | 0.45% | - |
| XYZ | 13.01 | 15.71 | 14.66 | - |
| YUV | 107.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 101 | 0.21 | 0 | 0.13 | 0.55 | 142.5 | 0.12 | 0.41 |
| Hex | 5C | 74 | 65 | 15 | 0 | D | 37 | 8E | C | 29 |
| Octal | 134 | 164 | 145 | 25 | 0 | 15 | 67 | 216 | 14 | 51 |
| Binary | 1011100 | 1110100 | 1100101 | 10101 | 0 | 1101 | 110111 | 10001110 | 1100 | 101001 |
Color Harmonies of #5C7465
Complementary color
Monochromatic Colors of #5C7465
Black with #5C7465
Text Example
Text Example
White with #5C7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7465; }
p { color: rgb(92,116,101); }
H1.HeaderClassName
{
color: #5C7465;
}
.AnyTagClassName
{
color: #5C7465;
}
</style>
background-color css
<style>
a { background-color: #5C7465; }
a { background-color: rgb(92,116,101); }
div.DivClassName
{
background-color: #5C7465;
}
.BgClassName
{
background-color: #5C7465;
}
</style>
border-color css
<style>
span { border-color: #5C7465; }
span { border-color: rgb(92,116,101); }
td.TdClassName
{
border-color: #5C7465;
}
.TagClassName
{
border-color: #5C7465;
}
</style>