Shades of Sirocco #5C6B62
Tints of Sirocco #5C6B62
RGB
CMYK
RGB Variations
Color information
#5C6B62 (or 0x5C6B62) is known color: Sirocco. HEX triplet: 5C, 6B and 62. RGB value is (92,107,98). Sum of RGB (Red+Green+Blue) = 92+107+98=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B62 is #A3949D. Grayscale: #656565. Windows color (decimal): -10720414 or 6450012. OLE color: 6450012.
HSL color Cylindrical-coordinate representation of color #5C6B62: hue angle of 144º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C6B62 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 107 | 98 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.58 |
| HSL | 144º | 0.08% | 0.39% | - |
| HSV(B) | 144º | 0.14% | 0.42% | - |
| XYZ | 11.88 | 13.67 | 13.57 | - |
| YUV | 101.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 98 | 0.14 | 0 | 0.08 | 0.58 | 144 | 0.08 | 0.39 |
| Hex | 5C | 6B | 62 | E | 0 | 8 | 3A | 90 | 8 | 27 |
| Octal | 134 | 153 | 142 | 16 | 0 | 10 | 72 | 220 | 10 | 47 |
| Binary | 1011100 | 1101011 | 1100010 | 1110 | 0 | 1000 | 111010 | 10010000 | 1000 | 100111 |
Color Harmonies of #5C6B62
Complementary color
Monochromatic Colors of #5C6B62
Black with #5C6B62
Text Example
Text Example
White with #5C6B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6B62; }
p { color: rgb(92,107,98); }
H1.HeaderClassName
{
color: #5C6B62;
}
.AnyTagClassName
{
color: #5C6B62;
}
</style>
background-color css
<style>
a { background-color: #5C6B62; }
a { background-color: rgb(92,107,98); }
div.DivClassName
{
background-color: #5C6B62;
}
.BgClassName
{
background-color: #5C6B62;
}
</style>
border-color css
<style>
span { border-color: #5C6B62; }
span { border-color: rgb(92,107,98); }
td.TdClassName
{
border-color: #5C6B62;
}
.TagClassName
{
border-color: #5C6B62;
}
</style>