Shades of Honey Flower #5A3064
Tints of Honey Flower #5A3064
RGB
CMYK
RGB Variations
Color information
#5A3064 (or 0x5A3064) is known color: Honey Flower. HEX triplet: 5A, 30 and 64. RGB value is (90,48,100). Sum of RGB (Red+Green+Blue) = 90+48+100=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A3064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3064 is #A5CF9B. Grayscale: #424242. Windows color (decimal): -10866588 or 6565978. OLE color: 6565978.
HSL color Cylindrical-coordinate representation of color #5A3064: hue angle of 288.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A3064 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 48 | 100 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.61 |
| HSL | 288.46º | 0.35% | 0.29% | - |
| HSV(B) | 288.46º | 0.52% | 0.39% | - |
| XYZ | 7.57 | 5.21 | 12.66 | - |
| YUV | 66.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 100 | 0.10 | 0.52 | 0 | 0.61 | 288.46 | 0.35 | 0.29 |
| Hex | 5A | 30 | 64 | A | 34 | 0 | 3D | 120 | 23 | 1D |
| Octal | 132 | 60 | 144 | 12 | 64 | 0 | 75 | 440 | 43 | 35 |
| Binary | 1011010 | 110000 | 1100100 | 1010 | 110100 | 0 | 111101 | 100100000 | 100011 | 11101 |
Color Harmonies of #5A3064
Complementary color
Monochromatic Colors of #5A3064
Black with #5A3064
Text Example
Text Example
White with #5A3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3064; }
p { color: rgb(90,48,100); }
H1.HeaderClassName
{
color: #5A3064;
}
.AnyTagClassName
{
color: #5A3064;
}
</style>
background-color css
<style>
a { background-color: #5A3064; }
a { background-color: rgb(90,48,100); }
div.DivClassName
{
background-color: #5A3064;
}
.BgClassName
{
background-color: #5A3064;
}
</style>
border-color css
<style>
span { border-color: #5A3064; }
span { border-color: rgb(90,48,100); }
td.TdClassName
{
border-color: #5A3064;
}
.TagClassName
{
border-color: #5A3064;
}
</style>