Shades of Laurel #5D9066
Tints of Laurel #5D9066
RGB
CMYK
RGB Variations
Color information
#5D9066 (or 0x5D9066) is known color: Laurel. HEX triplet: 5D, 90 and 66. RGB value is (93,144,102). Sum of RGB (Red+Green+Blue) = 93+144+102=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #5D9066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9066 is #A26F99. Grayscale: #7C7C7C. Windows color (decimal): -10645402 or 6721629. OLE color: 6721629.
HSL color Cylindrical-coordinate representation of color #5D9066: hue angle of 130.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D9066 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 102 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.44 |
| HSL | 130.59º | 0.22% | 0.46% | - |
| HSV(B) | 130.59º | 0.35% | 0.56% | - |
| XYZ | 16.89 | 23.23 | 16.16 | - |
| YUV | 123.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 102 | 0.35 | 0 | 0.29 | 0.44 | 130.59 | 0.22 | 0.46 |
| Hex | 5D | 90 | 66 | 23 | 0 | 1D | 2C | 83 | 16 | 2E |
| Octal | 135 | 220 | 146 | 43 | 0 | 35 | 54 | 203 | 26 | 56 |
| Binary | 1011101 | 10010000 | 1100110 | 100011 | 0 | 11101 | 101100 | 10000011 | 10110 | 101110 |
Color Harmonies of #5D9066
Complementary color
Monochromatic Colors of #5D9066
Black with #5D9066
Text Example
Text Example
White with #5D9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9066; }
p { color: rgb(93,144,102); }
H1.HeaderClassName
{
color: #5D9066;
}
.AnyTagClassName
{
color: #5D9066;
}
</style>
background-color css
<style>
a { background-color: #5D9066; }
a { background-color: rgb(93,144,102); }
div.DivClassName
{
background-color: #5D9066;
}
.BgClassName
{
background-color: #5D9066;
}
</style>
border-color css
<style>
span { border-color: #5D9066; }
span { border-color: rgb(93,144,102); }
td.TdClassName
{
border-color: #5D9066;
}
.TagClassName
{
border-color: #5D9066;
}
</style>