Shades of Sirocco #5F7B6B
Tints of Sirocco #5F7B6B
RGB
CMYK
RGB Variations
Color information
#5F7B6B (or 0x5F7B6B) is known color: Sirocco. HEX triplet: 5F, 7B and 6B. RGB value is (95,123,107). Sum of RGB (Red+Green+Blue) = 95+123+107=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7B6B is #A08494. Grayscale: #707070. Windows color (decimal): -10519701 or 7043935. OLE color: 7043935.
HSL color Cylindrical-coordinate representation of color #5F7B6B: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7B6B is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 123 | 107 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.52 |
| HSL | 145.71º | 0.13% | 0.43% | - |
| HSV(B) | 145.71º | 0.23% | 0.48% | - |
| XYZ | 14.46 | 17.66 | 16.56 | - |
| YUV | 112.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 107 | 0.23 | 0 | 0.13 | 0.52 | 145.71 | 0.13 | 0.43 |
| Hex | 5F | 7B | 6B | 17 | 0 | D | 34 | 92 | D | 2B |
| Octal | 137 | 173 | 153 | 27 | 0 | 15 | 64 | 222 | 15 | 53 |
| Binary | 1011111 | 1111011 | 1101011 | 10111 | 0 | 1101 | 110100 | 10010010 | 1101 | 101011 |
Color Harmonies of #5F7B6B
Complementary color
Monochromatic Colors of #5F7B6B
Black with #5F7B6B
Text Example
Text Example
White with #5F7B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7B6B; }
p { color: rgb(95,123,107); }
H1.HeaderClassName
{
color: #5F7B6B;
}
.AnyTagClassName
{
color: #5F7B6B;
}
</style>
background-color css
<style>
a { background-color: #5F7B6B; }
a { background-color: rgb(95,123,107); }
div.DivClassName
{
background-color: #5F7B6B;
}
.BgClassName
{
background-color: #5F7B6B;
}
</style>
border-color css
<style>
span { border-color: #5F7B6B; }
span { border-color: rgb(95,123,107); }
td.TdClassName
{
border-color: #5F7B6B;
}
.TagClassName
{
border-color: #5F7B6B;
}
</style>