Shades of Honey Flower #5A326F
Tints of Honey Flower #5A326F
RGB
CMYK
RGB Variations
Color information
#5A326F (or 0x5A326F) is known color: Honey Flower. HEX triplet: 5A, 32 and 6F. RGB value is (90,50,111). Sum of RGB (Red+Green+Blue) = 90+50+111=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A326F is #A5CD90. Grayscale: #444444. Windows color (decimal): -10866065 or 7287386. OLE color: 7287386.
HSL color Cylindrical-coordinate representation of color #5A326F: hue angle of 279.34º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A326F is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 50 | 111 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.56 |
| HSL | 279.34º | 0.38% | 0.32% | - |
| HSV(B) | 279.34º | 0.55% | 0.44% | - |
| XYZ | 8.23 | 5.6 | 15.69 | - |
| YUV | 68.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 111 | 0.19 | 0.55 | 0 | 0.56 | 279.34 | 0.38 | 0.32 |
| Hex | 5A | 32 | 6F | 13 | 37 | 0 | 38 | 117 | 26 | 20 |
| Octal | 132 | 62 | 157 | 23 | 67 | 0 | 70 | 427 | 46 | 40 |
| Binary | 1011010 | 110010 | 1101111 | 10011 | 110111 | 0 | 111000 | 100010111 | 100110 | 100000 |
Color Harmonies of #5A326F
Complementary color
Monochromatic Colors of #5A326F
Black with #5A326F
Text Example
Text Example
White with #5A326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A326F; }
p { color: rgb(90,50,111); }
H1.HeaderClassName
{
color: #5A326F;
}
.AnyTagClassName
{
color: #5A326F;
}
</style>
background-color css
<style>
a { background-color: #5A326F; }
a { background-color: rgb(90,50,111); }
div.DivClassName
{
background-color: #5A326F;
}
.BgClassName
{
background-color: #5A326F;
}
</style>
border-color css
<style>
span { border-color: #5A326F; }
span { border-color: rgb(90,50,111); }
td.TdClassName
{
border-color: #5A326F;
}
.TagClassName
{
border-color: #5A326F;
}
</style>