Shades of Honey Flower #5D3F76
Tints of Honey Flower #5D3F76
RGB
CMYK
RGB Variations
Color information
#5D3F76 (or 0x5D3F76) is known color: Honey Flower. HEX triplet: 5D, 3F and 76. RGB value is (93,63,118). Sum of RGB (Red+Green+Blue) = 93+63+118=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D3F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F76 is #A2C089. Grayscale: #4E4E4E. Windows color (decimal): -10666122 or 7749469. OLE color: 7749469.
HSL color Cylindrical-coordinate representation of color #5D3F76: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3F76 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 63 | 118 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.54 |
| HSL | 272.73º | 0.3% | 0.35% | - |
| HSV(B) | 272.73º | 0.47% | 0.46% | - |
| XYZ | 9.56 | 7.19 | 18.02 | - |
| YUV | 78.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 118 | 0.21 | 0.47 | 0 | 0.54 | 272.73 | 0.3 | 0.35 |
| Hex | 5D | 3F | 76 | 15 | 2F | 0 | 36 | 111 | 1E | 23 |
| Octal | 135 | 77 | 166 | 25 | 57 | 0 | 66 | 421 | 36 | 43 |
| Binary | 1011101 | 111111 | 1110110 | 10101 | 101111 | 0 | 110110 | 100010001 | 11110 | 100011 |
Color Harmonies of #5D3F76
Complementary color
Monochromatic Colors of #5D3F76
Black with #5D3F76
Text Example
Text Example
White with #5D3F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F76; }
p { color: rgb(93,63,118); }
H1.HeaderClassName
{
color: #5D3F76;
}
.AnyTagClassName
{
color: #5D3F76;
}
</style>
background-color css
<style>
a { background-color: #5D3F76; }
a { background-color: rgb(93,63,118); }
div.DivClassName
{
background-color: #5D3F76;
}
.BgClassName
{
background-color: #5D3F76;
}
</style>
border-color css
<style>
span { border-color: #5D3F76; }
span { border-color: rgb(93,63,118); }
td.TdClassName
{
border-color: #5D3F76;
}
.TagClassName
{
border-color: #5D3F76;
}
</style>