Shades of Honey Flower #5D3467
Tints of Honey Flower #5D3467
RGB
CMYK
RGB Variations
Color information
#5D3467 (or 0x5D3467) is known color: Honey Flower. HEX triplet: 5D, 34 and 67. RGB value is (93,52,103). Sum of RGB (Red+Green+Blue) = 93+52+103=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3467 is #A2CB98. Grayscale: #454545. Windows color (decimal): -10668953 or 6763613. OLE color: 6763613.
HSL color Cylindrical-coordinate representation of color #5D3467: hue angle of 288.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D3467 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 52 | 103 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.60 |
| HSL | 288.24º | 0.33% | 0.3% | - |
| HSV(B) | 288.24º | 0.5% | 0.4% | - |
| XYZ | 8.19 | 5.76 | 13.51 | - |
| YUV | 70.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 103 | 0.10 | 0.50 | 0 | 0.60 | 288.24 | 0.33 | 0.3 |
| Hex | 5D | 34 | 67 | A | 32 | 0 | 3C | 120 | 21 | 1E |
| Octal | 135 | 64 | 147 | 12 | 62 | 0 | 74 | 440 | 41 | 36 |
| Binary | 1011101 | 110100 | 1100111 | 1010 | 110010 | 0 | 111100 | 100100000 | 100001 | 11110 |
Color Harmonies of #5D3467
Complementary color
Monochromatic Colors of #5D3467
Black with #5D3467
Text Example
Text Example
White with #5D3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3467; }
p { color: rgb(93,52,103); }
H1.HeaderClassName
{
color: #5D3467;
}
.AnyTagClassName
{
color: #5D3467;
}
</style>
background-color css
<style>
a { background-color: #5D3467; }
a { background-color: rgb(93,52,103); }
div.DivClassName
{
background-color: #5D3467;
}
.BgClassName
{
background-color: #5D3467;
}
</style>
border-color css
<style>
span { border-color: #5D3467; }
span { border-color: rgb(93,52,103); }
td.TdClassName
{
border-color: #5D3467;
}
.TagClassName
{
border-color: #5D3467;
}
</style>