Shades of Honey Flower #5A256D
Tints of Honey Flower #5A256D
RGB
CMYK
RGB Variations
Color information
#5A256D (or 0x5A256D) is known color: Honey Flower. HEX triplet: 5A, 25 and 6D. RGB value is (90,37,109). Sum of RGB (Red+Green+Blue) = 90+37+109=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A256D is #A5DA92. Grayscale: #3C3C3C. Windows color (decimal): -10869395 or 7152986. OLE color: 7152986.
HSL color Cylindrical-coordinate representation of color #5A256D: hue angle of 284.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A256D is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 37 | 109 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.57 |
| HSL | 284.17º | 0.49% | 0.29% | - |
| HSV(B) | 284.17º | 0.66% | 0.43% | - |
| XYZ | 7.64 | 4.6 | 14.95 | - |
| YUV | 61.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 109 | 0.17 | 0.66 | 0 | 0.57 | 284.17 | 0.49 | 0.29 |
| Hex | 5A | 25 | 6D | 11 | 42 | 0 | 39 | 11C | 31 | 1D |
| Octal | 132 | 45 | 155 | 21 | 102 | 0 | 71 | 434 | 61 | 35 |
| Binary | 1011010 | 100101 | 1101101 | 10001 | 1000010 | 0 | 111001 | 100011100 | 110001 | 11101 |
Color Harmonies of #5A256D
Complementary color
Monochromatic Colors of #5A256D
Black with #5A256D
Text Example
Text Example
White with #5A256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A256D; }
p { color: rgb(90,37,109); }
H1.HeaderClassName
{
color: #5A256D;
}
.AnyTagClassName
{
color: #5A256D;
}
</style>
background-color css
<style>
a { background-color: #5A256D; }
a { background-color: rgb(90,37,109); }
div.DivClassName
{
background-color: #5A256D;
}
.BgClassName
{
background-color: #5A256D;
}
</style>
border-color css
<style>
span { border-color: #5A256D; }
span { border-color: rgb(90,37,109); }
td.TdClassName
{
border-color: #5A256D;
}
.TagClassName
{
border-color: #5A256D;
}
</style>