Shades of Honey Flower #5D3E67
Tints of Honey Flower #5D3E67
RGB
CMYK
RGB Variations
Color information
#5D3E67 (or 0x5D3E67) is known color: Honey Flower. HEX triplet: 5D, 3E and 67. RGB value is (93,62,103). Sum of RGB (Red+Green+Blue) = 93+62+103=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D3E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3E67 is #A2C198. Grayscale: #4B4B4B. Windows color (decimal): -10666393 or 6766173. OLE color: 6766173.
HSL color Cylindrical-coordinate representation of color #5D3E67: hue angle of 285.37º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D3E67 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 62 | 103 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.60 |
| HSL | 285.37º | 0.25% | 0.32% | - |
| HSV(B) | 285.37º | 0.4% | 0.4% | - |
| XYZ | 8.69 | 6.75 | 13.68 | - |
| YUV | 75.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 103 | 0.10 | 0.40 | 0 | 0.60 | 285.37 | 0.25 | 0.32 |
| Hex | 5D | 3E | 67 | A | 28 | 0 | 3C | 11D | 19 | 20 |
| Octal | 135 | 76 | 147 | 12 | 50 | 0 | 74 | 435 | 31 | 40 |
| Binary | 1011101 | 111110 | 1100111 | 1010 | 101000 | 0 | 111100 | 100011101 | 11001 | 100000 |
Color Harmonies of #5D3E67
Complementary color
Monochromatic Colors of #5D3E67
Black with #5D3E67
Text Example
Text Example
White with #5D3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3E67; }
p { color: rgb(93,62,103); }
H1.HeaderClassName
{
color: #5D3E67;
}
.AnyTagClassName
{
color: #5D3E67;
}
</style>
background-color css
<style>
a { background-color: #5D3E67; }
a { background-color: rgb(93,62,103); }
div.DivClassName
{
background-color: #5D3E67;
}
.BgClassName
{
background-color: #5D3E67;
}
</style>
border-color css
<style>
span { border-color: #5D3E67; }
span { border-color: rgb(93,62,103); }
td.TdClassName
{
border-color: #5D3E67;
}
.TagClassName
{
border-color: #5D3E67;
}
</style>