Shades of Honey Flower #5D3468
Tints of Honey Flower #5D3468
RGB
CMYK
RGB Variations
Color information
#5D3468 (or 0x5D3468) is known color: Honey Flower. HEX triplet: 5D, 34 and 68. RGB value is (93,52,104). Sum of RGB (Red+Green+Blue) = 93+52+104=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D3468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3468 is #A2CB97. Grayscale: #464646. Windows color (decimal): -10668952 or 6829149. OLE color: 6829149.
HSL color Cylindrical-coordinate representation of color #5D3468: hue angle of 287.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D3468 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 52 | 104 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.59 |
| HSL | 287.31º | 0.33% | 0.31% | - |
| HSV(B) | 287.31º | 0.5% | 0.41% | - |
| XYZ | 8.24 | 5.78 | 13.78 | - |
| YUV | 70.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 104 | 0.11 | 0.50 | 0 | 0.59 | 287.31 | 0.33 | 0.31 |
| Hex | 5D | 34 | 68 | B | 32 | 0 | 3B | 11F | 21 | 1F |
| Octal | 135 | 64 | 150 | 13 | 62 | 0 | 73 | 437 | 41 | 37 |
| Binary | 1011101 | 110100 | 1101000 | 1011 | 110010 | 0 | 111011 | 100011111 | 100001 | 11111 |
Color Harmonies of #5D3468
Complementary color
Monochromatic Colors of #5D3468
Black with #5D3468
Text Example
Text Example
White with #5D3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3468; }
p { color: rgb(93,52,104); }
H1.HeaderClassName
{
color: #5D3468;
}
.AnyTagClassName
{
color: #5D3468;
}
</style>
background-color css
<style>
a { background-color: #5D3468; }
a { background-color: rgb(93,52,104); }
div.DivClassName
{
background-color: #5D3468;
}
.BgClassName
{
background-color: #5D3468;
}
</style>
border-color css
<style>
span { border-color: #5D3468; }
span { border-color: rgb(93,52,104); }
td.TdClassName
{
border-color: #5D3468;
}
.TagClassName
{
border-color: #5D3468;
}
</style>