Shades of Honey Flower #5A3366
Tints of Honey Flower #5A3366
RGB
CMYK
RGB Variations
Color information
#5A3366 (or 0x5A3366) is known color: Honey Flower. HEX triplet: 5A, 33 and 66. RGB value is (90,51,102). Sum of RGB (Red+Green+Blue) = 90+51+102=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A3366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3366 is #A5CC99. Grayscale: #444444. Windows color (decimal): -10865818 or 6697818. OLE color: 6697818.
HSL color Cylindrical-coordinate representation of color #5A3366: hue angle of 285.88º 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 #5A3366 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 51 | 102 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.6 |
| HSL | 285.88º | 0.33% | 0.3% | - |
| HSV(B) | 285.88º | 0.5% | 0.4% | - |
| XYZ | 7.8 | 5.5 | 13.22 | - |
| YUV | 68.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 102 | 0.12 | 0.5 | 0 | 0.6 | 285.88 | 0.33 | 0.3 |
| Hex | 5A | 33 | 66 | C | 32 | 0 | 3C | 11E | 21 | 1E |
| Octal | 132 | 63 | 146 | 14 | 62 | 0 | 74 | 436 | 41 | 36 |
| Binary | 1011010 | 110011 | 1100110 | 1100 | 110010 | 0 | 111100 | 100011110 | 100001 | 11110 |
Color Harmonies of #5A3366
Complementary color
Monochromatic Colors of #5A3366
Black with #5A3366
Text Example
Text Example
White with #5A3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3366; }
p { color: rgb(90,51,102); }
H1.HeaderClassName
{
color: #5A3366;
}
.AnyTagClassName
{
color: #5A3366;
}
</style>
background-color css
<style>
a { background-color: #5A3366; }
a { background-color: rgb(90,51,102); }
div.DivClassName
{
background-color: #5A3366;
}
.BgClassName
{
background-color: #5A3366;
}
</style>
border-color css
<style>
span { border-color: #5A3366; }
span { border-color: rgb(90,51,102); }
td.TdClassName
{
border-color: #5A3366;
}
.TagClassName
{
border-color: #5A3366;
}
</style>