Shades of Honey Flower #5D3F75
Tints of Honey Flower #5D3F75
RGB
CMYK
RGB Variations
Color information
#5D3F75 (or 0x5D3F75) is known color: Honey Flower. HEX triplet: 5D, 3F and 75. RGB value is (93,63,117). Sum of RGB (Red+Green+Blue) = 93+63+117=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D3F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F75 is #A2C08A. Grayscale: #4D4D4D. Windows color (decimal): -10666123 or 7683933. OLE color: 7683933.
HSL color Cylindrical-coordinate representation of color #5D3F75: hue angle of 273.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D3F75 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 63 | 117 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.54 |
| HSL | 273.33º | 0.3% | 0.35% | - |
| HSV(B) | 273.33º | 0.46% | 0.46% | - |
| XYZ | 9.5 | 7.17 | 17.71 | - |
| YUV | 78.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 117 | 0.21 | 0.46 | 0 | 0.54 | 273.33 | 0.3 | 0.35 |
| Hex | 5D | 3F | 75 | 15 | 2E | 0 | 36 | 111 | 1E | 23 |
| Octal | 135 | 77 | 165 | 25 | 56 | 0 | 66 | 421 | 36 | 43 |
| Binary | 1011101 | 111111 | 1110101 | 10101 | 101110 | 0 | 110110 | 100010001 | 11110 | 100011 |
Color Harmonies of #5D3F75
Complementary color
Monochromatic Colors of #5D3F75
Black with #5D3F75
Text Example
Text Example
White with #5D3F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F75; }
p { color: rgb(93,63,117); }
H1.HeaderClassName
{
color: #5D3F75;
}
.AnyTagClassName
{
color: #5D3F75;
}
</style>
background-color css
<style>
a { background-color: #5D3F75; }
a { background-color: rgb(93,63,117); }
div.DivClassName
{
background-color: #5D3F75;
}
.BgClassName
{
background-color: #5D3F75;
}
</style>
border-color css
<style>
span { border-color: #5D3F75; }
span { border-color: rgb(93,63,117); }
td.TdClassName
{
border-color: #5D3F75;
}
.TagClassName
{
border-color: #5D3F75;
}
</style>