Shades of Honey Flower #5A3268
Tints of Honey Flower #5A3268
RGB
CMYK
RGB Variations
Color information
#5A3268 (or 0x5A3268) is known color: Honey Flower. HEX triplet: 5A, 32 and 68. RGB value is (90,50,104). Sum of RGB (Red+Green+Blue) = 90+50+104=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3268 is #A5CD97. Grayscale: #434343. Windows color (decimal): -10866072 or 6828634. OLE color: 6828634.
HSL color Cylindrical-coordinate representation of color #5A3268: hue angle of 284.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A3268 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 50 | 104 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.59 |
| HSL | 284.44º | 0.35% | 0.3% | - |
| HSV(B) | 284.44º | 0.52% | 0.41% | - |
| XYZ | 7.86 | 5.45 | 13.74 | - |
| YUV | 68.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 104 | 0.13 | 0.52 | 0 | 0.59 | 284.44 | 0.35 | 0.3 |
| Hex | 5A | 32 | 68 | D | 34 | 0 | 3B | 11C | 23 | 1E |
| Octal | 132 | 62 | 150 | 15 | 64 | 0 | 73 | 434 | 43 | 36 |
| Binary | 1011010 | 110010 | 1101000 | 1101 | 110100 | 0 | 111011 | 100011100 | 100011 | 11110 |
Color Harmonies of #5A3268
Complementary color
Monochromatic Colors of #5A3268
Black with #5A3268
Text Example
Text Example
White with #5A3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3268; }
p { color: rgb(90,50,104); }
H1.HeaderClassName
{
color: #5A3268;
}
.AnyTagClassName
{
color: #5A3268;
}
</style>
background-color css
<style>
a { background-color: #5A3268; }
a { background-color: rgb(90,50,104); }
div.DivClassName
{
background-color: #5A3268;
}
.BgClassName
{
background-color: #5A3268;
}
</style>
border-color css
<style>
span { border-color: #5A3268; }
span { border-color: rgb(90,50,104); }
td.TdClassName
{
border-color: #5A3268;
}
.TagClassName
{
border-color: #5A3268;
}
</style>