Shades of Sirocco #5F826C
Tints of Sirocco #5F826C
RGB
CMYK
RGB Variations
Color information
#5F826C (or 0x5F826C) is known color: Sirocco. HEX triplet: 5F, 82 and 6C. RGB value is (95,130,108). Sum of RGB (Red+Green+Blue) = 95+130+108=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #5F826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F826C is #A07D93. Grayscale: #757575. Windows color (decimal): -10517908 or 7111263. OLE color: 7111263.
HSL color Cylindrical-coordinate representation of color #5F826C: hue angle of 142.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F826C is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 130 | 108 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.49 |
| HSL | 142.29º | 0.16% | 0.44% | - |
| HSV(B) | 142.29º | 0.27% | 0.51% | - |
| XYZ | 15.41 | 19.48 | 17.14 | - |
| YUV | 117.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 130 | 108 | 0.27 | 0 | 0.17 | 0.49 | 142.29 | 0.16 | 0.44 |
| Hex | 5F | 82 | 6C | 1B | 0 | 11 | 31 | 8E | 10 | 2C |
| Octal | 137 | 202 | 154 | 33 | 0 | 21 | 61 | 216 | 20 | 54 |
| Binary | 1011111 | 10000010 | 1101100 | 11011 | 0 | 10001 | 110001 | 10001110 | 10000 | 101100 |
Color Harmonies of #5F826C
Complementary color
Monochromatic Colors of #5F826C
Black with #5F826C
Text Example
Text Example
White with #5F826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F826C; }
p { color: rgb(95,130,108); }
H1.HeaderClassName
{
color: #5F826C;
}
.AnyTagClassName
{
color: #5F826C;
}
</style>
background-color css
<style>
a { background-color: #5F826C; }
a { background-color: rgb(95,130,108); }
div.DivClassName
{
background-color: #5F826C;
}
.BgClassName
{
background-color: #5F826C;
}
</style>
border-color css
<style>
span { border-color: #5F826C; }
span { border-color: rgb(95,130,108); }
td.TdClassName
{
border-color: #5F826C;
}
.TagClassName
{
border-color: #5F826C;
}
</style>