Shades of Honey Flower #5D2B6E
Tints of Honey Flower #5D2B6E
RGB
CMYK
RGB Variations
Color information
#5D2B6E (or 0x5D2B6E) is known color: Honey Flower. HEX triplet: 5D, 2B and 6E. RGB value is (93,43,110). Sum of RGB (Red+Green+Blue) = 93+43+110=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D2B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2B6E is #A2D491. Grayscale: #414141. Windows color (decimal): -10671250 or 7220061. OLE color: 7220061.
HSL color Cylindrical-coordinate representation of color #5D2B6E: hue angle of 284.78º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D2B6E is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 43 | 110 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.57 |
| HSL | 284.78º | 0.44% | 0.3% | - |
| HSV(B) | 284.78º | 0.61% | 0.43% | - |
| XYZ | 8.19 | 5.18 | 15.32 | - |
| YUV | 65.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 110 | 0.15 | 0.61 | 0 | 0.57 | 284.78 | 0.44 | 0.3 |
| Hex | 5D | 2B | 6E | F | 3D | 0 | 39 | 11D | 2C | 1E |
| Octal | 135 | 53 | 156 | 17 | 75 | 0 | 71 | 435 | 54 | 36 |
| Binary | 1011101 | 101011 | 1101110 | 1111 | 111101 | 0 | 111001 | 100011101 | 101100 | 11110 |
Color Harmonies of #5D2B6E
Complementary color
Monochromatic Colors of #5D2B6E
Black with #5D2B6E
Text Example
Text Example
White with #5D2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2B6E; }
p { color: rgb(93,43,110); }
H1.HeaderClassName
{
color: #5D2B6E;
}
.AnyTagClassName
{
color: #5D2B6E;
}
</style>
background-color css
<style>
a { background-color: #5D2B6E; }
a { background-color: rgb(93,43,110); }
div.DivClassName
{
background-color: #5D2B6E;
}
.BgClassName
{
background-color: #5D2B6E;
}
</style>
border-color css
<style>
span { border-color: #5D2B6E; }
span { border-color: rgb(93,43,110); }
td.TdClassName
{
border-color: #5D2B6E;
}
.TagClassName
{
border-color: #5D2B6E;
}
</style>