Shades of Laurel #5B9567
Tints of Laurel #5B9567
RGB
CMYK
RGB Variations
Color information
#5B9567 (or 0x5B9567) is known color: Laurel. HEX triplet: 5B, 95 and 67. RGB value is (91,149,103). Sum of RGB (Red+Green+Blue) = 91+149+103=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9567 is #A46A98. Grayscale: #7E7E7E. Windows color (decimal): -10775193 or 6788443. OLE color: 6788443.
HSL color Cylindrical-coordinate representation of color #5B9567: hue angle of 132.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9567 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 103 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.42 |
| HSL | 132.41º | 0.24% | 0.47% | - |
| HSV(B) | 132.41º | 0.39% | 0.58% | - |
| XYZ | 17.51 | 24.7 | 16.68 | - |
| YUV | 126.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 103 | 0.39 | 0 | 0.31 | 0.42 | 132.41 | 0.24 | 0.47 |
| Hex | 5B | 95 | 67 | 27 | 0 | 1F | 2A | 84 | 18 | 2F |
| Octal | 133 | 225 | 147 | 47 | 0 | 37 | 52 | 204 | 30 | 57 |
| Binary | 1011011 | 10010101 | 1100111 | 100111 | 0 | 11111 | 101010 | 10000100 | 11000 | 101111 |
Color Harmonies of #5B9567
Complementary color
Monochromatic Colors of #5B9567
Black with #5B9567
Text Example
Text Example
White with #5B9567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9567; }
p { color: rgb(91,149,103); }
H1.HeaderClassName
{
color: #5B9567;
}
.AnyTagClassName
{
color: #5B9567;
}
</style>
background-color css
<style>
a { background-color: #5B9567; }
a { background-color: rgb(91,149,103); }
div.DivClassName
{
background-color: #5B9567;
}
.BgClassName
{
background-color: #5B9567;
}
</style>
border-color css
<style>
span { border-color: #5B9567; }
span { border-color: rgb(91,149,103); }
td.TdClassName
{
border-color: #5B9567;
}
.TagClassName
{
border-color: #5B9567;
}
</style>