Shades of Honey Flower #5A3066
Tints of Honey Flower #5A3066
RGB
CMYK
RGB Variations
Color information
#5A3066 (or 0x5A3066) is known color: Honey Flower. HEX triplet: 5A, 30 and 66. RGB value is (90,48,102). Sum of RGB (Red+Green+Blue) = 90+48+102=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3066 is #A5CF99. Grayscale: #424242. Windows color (decimal): -10866586 or 6697050. OLE color: 6697050.
HSL color Cylindrical-coordinate representation of color #5A3066: hue angle of 286.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A3066 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 48 | 102 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.6 |
| HSL | 286.67º | 0.36% | 0.29% | - |
| HSV(B) | 286.67º | 0.53% | 0.4% | - |
| XYZ | 7.67 | 5.25 | 13.18 | - |
| YUV | 66.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 102 | 0.12 | 0.53 | 0 | 0.6 | 286.67 | 0.36 | 0.29 |
| Hex | 5A | 30 | 66 | C | 35 | 0 | 3C | 11F | 24 | 1D |
| Octal | 132 | 60 | 146 | 14 | 65 | 0 | 74 | 437 | 44 | 35 |
| Binary | 1011010 | 110000 | 1100110 | 1100 | 110101 | 0 | 111100 | 100011111 | 100100 | 11101 |
Color Harmonies of #5A3066
Complementary color
Monochromatic Colors of #5A3066
Black with #5A3066
Text Example
Text Example
White with #5A3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3066; }
p { color: rgb(90,48,102); }
H1.HeaderClassName
{
color: #5A3066;
}
.AnyTagClassName
{
color: #5A3066;
}
</style>
background-color css
<style>
a { background-color: #5A3066; }
a { background-color: rgb(90,48,102); }
div.DivClassName
{
background-color: #5A3066;
}
.BgClassName
{
background-color: #5A3066;
}
</style>
border-color css
<style>
span { border-color: #5A3066; }
span { border-color: rgb(90,48,102); }
td.TdClassName
{
border-color: #5A3066;
}
.TagClassName
{
border-color: #5A3066;
}
</style>