Shades of Honey Flower #5D4867
Tints of Honey Flower #5D4867
RGB
CMYK
RGB Variations
Color information
#5D4867 (or 0x5D4867) is known color: Honey Flower. HEX triplet: 5D, 48 and 67. RGB value is (93,72,103). Sum of RGB (Red+Green+Blue) = 93+72+103=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4867 is #A2B798. Grayscale: #515151. Windows color (decimal): -10663833 or 6768733. OLE color: 6768733.
HSL color Cylindrical-coordinate representation of color #5D4867: hue angle of 280.65º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4867 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 72 | 103 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.60 |
| HSL | 280.65º | 0.18% | 0.34% | - |
| HSV(B) | 280.65º | 0.3% | 0.4% | - |
| XYZ | 9.28 | 7.94 | 13.88 | - |
| YUV | 81.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 103 | 0.10 | 0.30 | 0 | 0.60 | 280.65 | 0.18 | 0.34 |
| Hex | 5D | 48 | 67 | A | 1E | 0 | 3C | 119 | 12 | 22 |
| Octal | 135 | 110 | 147 | 12 | 36 | 0 | 74 | 431 | 22 | 42 |
| Binary | 1011101 | 1001000 | 1100111 | 1010 | 11110 | 0 | 111100 | 100011001 | 10010 | 100010 |
Color Harmonies of #5D4867
Complementary color
Monochromatic Colors of #5D4867
Black with #5D4867
Text Example
Text Example
White with #5D4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4867; }
p { color: rgb(93,72,103); }
H1.HeaderClassName
{
color: #5D4867;
}
.AnyTagClassName
{
color: #5D4867;
}
</style>
background-color css
<style>
a { background-color: #5D4867; }
a { background-color: rgb(93,72,103); }
div.DivClassName
{
background-color: #5D4867;
}
.BgClassName
{
background-color: #5D4867;
}
</style>
border-color css
<style>
span { border-color: #5D4867; }
span { border-color: rgb(93,72,103); }
td.TdClassName
{
border-color: #5D4867;
}
.TagClassName
{
border-color: #5D4867;
}
</style>