Shades of Sirocco #598069
Tints of Sirocco #598069
RGB
CMYK
RGB Variations
Color information
#598069 (or 0x598069) is known color: Sirocco. HEX triplet: 59, 80 and 69. RGB value is (89,128,105). Sum of RGB (Red+Green+Blue) = 89+128+105=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #598069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598069 is #A67F96. Grayscale: #717171. Windows color (decimal): -10911639 or 6914137. OLE color: 6914137.
HSL color Cylindrical-coordinate representation of color #598069: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #598069 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 105 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.50 |
| HSL | 144.62º | 0.18% | 0.43% | - |
| HSV(B) | 144.62º | 0.3% | 0.5% | - |
| XYZ | 14.39 | 18.58 | 16.19 | - |
| YUV | 113.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 105 | 0.30 | 0 | 0.18 | 0.50 | 144.62 | 0.18 | 0.43 |
| Hex | 59 | 80 | 69 | 1E | 0 | 12 | 32 | 91 | 12 | 2B |
| Octal | 131 | 200 | 151 | 36 | 0 | 22 | 62 | 221 | 22 | 53 |
| Binary | 1011001 | 10000000 | 1101001 | 11110 | 0 | 10010 | 110010 | 10010001 | 10010 | 101011 |
Color Harmonies of #598069
Complementary color
Monochromatic Colors of #598069
Black with #598069
Text Example
Text Example
White with #598069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598069; }
p { color: rgb(89,128,105); }
H1.HeaderClassName
{
color: #598069;
}
.AnyTagClassName
{
color: #598069;
}
</style>
background-color css
<style>
a { background-color: #598069; }
a { background-color: rgb(89,128,105); }
div.DivClassName
{
background-color: #598069;
}
.BgClassName
{
background-color: #598069;
}
</style>
border-color css
<style>
span { border-color: #598069; }
span { border-color: rgb(89,128,105); }
td.TdClassName
{
border-color: #598069;
}
.TagClassName
{
border-color: #598069;
}
</style>