Shades of Laurel #589165
Tints of Laurel #589165
RGB
CMYK
RGB Variations
Color information
#589165 (or 0x589165) is known color: Laurel. HEX triplet: 58, 91 and 65. RGB value is (88,145,101). Sum of RGB (Red+Green+Blue) = 88+145+101=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #589165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589165 is #A76E9A. Grayscale: #7B7B7B. Windows color (decimal): -10972827 or 6656344. OLE color: 6656344.
HSL color Cylindrical-coordinate representation of color #589165: hue angle of 133.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589165 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 101 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.43 |
| HSL | 133.68º | 0.24% | 0.46% | - |
| HSV(B) | 133.68º | 0.39% | 0.57% | - |
| XYZ | 16.5 | 23.27 | 15.93 | - |
| YUV | 122.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 101 | 0.39 | 0 | 0.30 | 0.43 | 133.68 | 0.24 | 0.46 |
| Hex | 58 | 91 | 65 | 27 | 0 | 1E | 2B | 86 | 18 | 2E |
| Octal | 130 | 221 | 145 | 47 | 0 | 36 | 53 | 206 | 30 | 56 |
| Binary | 1011000 | 10010001 | 1100101 | 100111 | 0 | 11110 | 101011 | 10000110 | 11000 | 101110 |
Color Harmonies of #589165
Complementary color
Monochromatic Colors of #589165
Black with #589165
Text Example
Text Example
White with #589165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589165; }
p { color: rgb(88,145,101); }
H1.HeaderClassName
{
color: #589165;
}
.AnyTagClassName
{
color: #589165;
}
</style>
background-color css
<style>
a { background-color: #589165; }
a { background-color: rgb(88,145,101); }
div.DivClassName
{
background-color: #589165;
}
.BgClassName
{
background-color: #589165;
}
</style>
border-color css
<style>
span { border-color: #589165; }
span { border-color: rgb(88,145,101); }
td.TdClassName
{
border-color: #589165;
}
.TagClassName
{
border-color: #589165;
}
</style>