Shades of Sirocco #597265
Tints of Sirocco #597265
RGB
CMYK
RGB Variations
Color information
#597265 (or 0x597265) is known color: Sirocco. HEX triplet: 59, 72 and 65. RGB value is (89,114,101). Sum of RGB (Red+Green+Blue) = 89+114+101=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #597265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597265 is #A68D9A. Grayscale: #696969. Windows color (decimal): -10915227 or 6648409. OLE color: 6648409.
HSL color Cylindrical-coordinate representation of color #597265: hue angle of 148.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #597265 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 101 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.55 |
| HSL | 148.8º | 0.12% | 0.4% | - |
| HSV(B) | 148.8º | 0.22% | 0.45% | - |
| XYZ | 12.49 | 15.1 | 14.57 | - |
| YUV | 105.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 101 | 0.22 | 0 | 0.11 | 0.55 | 148.8 | 0.12 | 0.4 |
| Hex | 59 | 72 | 65 | 16 | 0 | B | 37 | 95 | C | 28 |
| Octal | 131 | 162 | 145 | 26 | 0 | 13 | 67 | 225 | 14 | 50 |
| Binary | 1011001 | 1110010 | 1100101 | 10110 | 0 | 1011 | 110111 | 10010101 | 1100 | 101000 |
Color Harmonies of #597265
Complementary color
Monochromatic Colors of #597265
Black with #597265
Text Example
Text Example
White with #597265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597265; }
p { color: rgb(89,114,101); }
H1.HeaderClassName
{
color: #597265;
}
.AnyTagClassName
{
color: #597265;
}
</style>
background-color css
<style>
a { background-color: #597265; }
a { background-color: rgb(89,114,101); }
div.DivClassName
{
background-color: #597265;
}
.BgClassName
{
background-color: #597265;
}
</style>
border-color css
<style>
span { border-color: #597265; }
span { border-color: rgb(89,114,101); }
td.TdClassName
{
border-color: #597265;
}
.TagClassName
{
border-color: #597265;
}
</style>