Shades of Sirocco #5F7E6E
Tints of Sirocco #5F7E6E
RGB
CMYK
RGB Variations
Color information
#5F7E6E (or 0x5F7E6E) is known color: Sirocco. HEX triplet: 5F, 7E and 6E. RGB value is (95,126,110). Sum of RGB (Red+Green+Blue) = 95+126+110=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7E6E is #A08191. Grayscale: #727272. Windows color (decimal): -10518930 or 7241311. OLE color: 7241311.
HSL color Cylindrical-coordinate representation of color #5F7E6E: hue angle of 149.03º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7E6E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 126 | 110 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.51 |
| HSL | 149.03º | 0.14% | 0.43% | - |
| HSV(B) | 149.03º | 0.25% | 0.49% | - |
| XYZ | 14.99 | 18.48 | 17.53 | - |
| YUV | 114.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 126 | 110 | 0.25 | 0 | 0.13 | 0.51 | 149.03 | 0.14 | 0.43 |
| Hex | 5F | 7E | 6E | 19 | 0 | D | 33 | 95 | E | 2B |
| Octal | 137 | 176 | 156 | 31 | 0 | 15 | 63 | 225 | 16 | 53 |
| Binary | 1011111 | 1111110 | 1101110 | 11001 | 0 | 1101 | 110011 | 10010101 | 1110 | 101011 |
Color Harmonies of #5F7E6E
Complementary color
Monochromatic Colors of #5F7E6E
Black with #5F7E6E
Text Example
Text Example
White with #5F7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7E6E; }
p { color: rgb(95,126,110); }
H1.HeaderClassName
{
color: #5F7E6E;
}
.AnyTagClassName
{
color: #5F7E6E;
}
</style>
background-color css
<style>
a { background-color: #5F7E6E; }
a { background-color: rgb(95,126,110); }
div.DivClassName
{
background-color: #5F7E6E;
}
.BgClassName
{
background-color: #5F7E6E;
}
</style>
border-color css
<style>
span { border-color: #5F7E6E; }
span { border-color: rgb(95,126,110); }
td.TdClassName
{
border-color: #5F7E6E;
}
.TagClassName
{
border-color: #5F7E6E;
}
</style>