Shades of Honey Flower #5D336C
Tints of Honey Flower #5D336C
RGB
CMYK
RGB Variations
Color information
#5D336C (or 0x5D336C) is known color: Honey Flower. HEX triplet: 5D, 33 and 6C. RGB value is (93,51,108). Sum of RGB (Red+Green+Blue) = 93+51+108=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D336C is #A2CC93. Grayscale: #454545. Windows color (decimal): -10669204 or 7091037. OLE color: 7091037.
HSL color Cylindrical-coordinate representation of color #5D336C: hue angle of 284.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D336C is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 51 | 108 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.58 |
| HSL | 284.21º | 0.36% | 0.31% | - |
| HSV(B) | 284.21º | 0.53% | 0.42% | - |
| XYZ | 8.4 | 5.78 | 14.86 | - |
| YUV | 70.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 108 | 0.14 | 0.53 | 0 | 0.58 | 284.21 | 0.36 | 0.31 |
| Hex | 5D | 33 | 6C | E | 35 | 0 | 3A | 11C | 24 | 1F |
| Octal | 135 | 63 | 154 | 16 | 65 | 0 | 72 | 434 | 44 | 37 |
| Binary | 1011101 | 110011 | 1101100 | 1110 | 110101 | 0 | 111010 | 100011100 | 100100 | 11111 |
Color Harmonies of #5D336C
Complementary color
Monochromatic Colors of #5D336C
Black with #5D336C
Text Example
Text Example
White with #5D336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D336C; }
p { color: rgb(93,51,108); }
H1.HeaderClassName
{
color: #5D336C;
}
.AnyTagClassName
{
color: #5D336C;
}
</style>
background-color css
<style>
a { background-color: #5D336C; }
a { background-color: rgb(93,51,108); }
div.DivClassName
{
background-color: #5D336C;
}
.BgClassName
{
background-color: #5D336C;
}
</style>
border-color css
<style>
span { border-color: #5D336C; }
span { border-color: rgb(93,51,108); }
td.TdClassName
{
border-color: #5D336C;
}
.TagClassName
{
border-color: #5D336C;
}
</style>