Shades of Honey Flower #5A3864
Tints of Honey Flower #5A3864
RGB
CMYK
RGB Variations
Color information
#5A3864 (or 0x5A3864) is known color: Honey Flower. HEX triplet: 5A, 38 and 64. RGB value is (90,56,100). Sum of RGB (Red+Green+Blue) = 90+56+100=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A3864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3864 is #A5C79B. Grayscale: #474747. Windows color (decimal): -10864540 or 6568026. OLE color: 6568026.
HSL color Cylindrical-coordinate representation of color #5A3864: hue angle of 286.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A3864 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 56 | 100 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.61 |
| HSL | 286.36º | 0.28% | 0.31% | - |
| HSV(B) | 286.36º | 0.44% | 0.39% | - |
| XYZ | 7.93 | 5.92 | 12.78 | - |
| YUV | 71.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 100 | 0.10 | 0.44 | 0 | 0.61 | 286.36 | 0.28 | 0.31 |
| Hex | 5A | 38 | 64 | A | 2C | 0 | 3D | 11E | 1C | 1F |
| Octal | 132 | 70 | 144 | 12 | 54 | 0 | 75 | 436 | 34 | 37 |
| Binary | 1011010 | 111000 | 1100100 | 1010 | 101100 | 0 | 111101 | 100011110 | 11100 | 11111 |
Color Harmonies of #5A3864
Complementary color
Monochromatic Colors of #5A3864
Black with #5A3864
Text Example
Text Example
White with #5A3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3864; }
p { color: rgb(90,56,100); }
H1.HeaderClassName
{
color: #5A3864;
}
.AnyTagClassName
{
color: #5A3864;
}
</style>
background-color css
<style>
a { background-color: #5A3864; }
a { background-color: rgb(90,56,100); }
div.DivClassName
{
background-color: #5A3864;
}
.BgClassName
{
background-color: #5A3864;
}
</style>
border-color css
<style>
span { border-color: #5A3864; }
span { border-color: rgb(90,56,100); }
td.TdClassName
{
border-color: #5A3864;
}
.TagClassName
{
border-color: #5A3864;
}
</style>