Shades of Honey Flower #5A3866
Tints of Honey Flower #5A3866
RGB
CMYK
RGB Variations
Color information
#5A3866 (or 0x5A3866) is known color: Honey Flower. HEX triplet: 5A, 38 and 66. RGB value is (90,56,102). Sum of RGB (Red+Green+Blue) = 90+56+102=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A3866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3866 is #A5C799. Grayscale: #474747. Windows color (decimal): -10864538 or 6699098. OLE color: 6699098.
HSL color Cylindrical-coordinate representation of color #5A3866: hue angle of 284.35º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A3866 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 56 | 102 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.6 |
| HSL | 284.35º | 0.29% | 0.31% | - |
| HSV(B) | 284.35º | 0.45% | 0.4% | - |
| XYZ | 8.03 | 5.96 | 13.3 | - |
| YUV | 71.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 102 | 0.12 | 0.45 | 0 | 0.6 | 284.35 | 0.29 | 0.31 |
| Hex | 5A | 38 | 66 | C | 2D | 0 | 3C | 11C | 1D | 1F |
| Octal | 132 | 70 | 146 | 14 | 55 | 0 | 74 | 434 | 35 | 37 |
| Binary | 1011010 | 111000 | 1100110 | 1100 | 101101 | 0 | 111100 | 100011100 | 11101 | 11111 |
Color Harmonies of #5A3866
Complementary color
Monochromatic Colors of #5A3866
Black with #5A3866
Text Example
Text Example
White with #5A3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3866; }
p { color: rgb(90,56,102); }
H1.HeaderClassName
{
color: #5A3866;
}
.AnyTagClassName
{
color: #5A3866;
}
</style>
background-color css
<style>
a { background-color: #5A3866; }
a { background-color: rgb(90,56,102); }
div.DivClassName
{
background-color: #5A3866;
}
.BgClassName
{
background-color: #5A3866;
}
</style>
border-color css
<style>
span { border-color: #5A3866; }
span { border-color: rgb(90,56,102); }
td.TdClassName
{
border-color: #5A3866;
}
.TagClassName
{
border-color: #5A3866;
}
</style>