Shades of Honey Flower #5A356F
Tints of Honey Flower #5A356F
RGB
CMYK
RGB Variations
Color information
#5A356F (or 0x5A356F) is known color: Honey Flower. HEX triplet: 5A, 35 and 6F. RGB value is (90,53,111). Sum of RGB (Red+Green+Blue) = 90+53+111=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A356F is #A5CA90. Grayscale: #464646. Windows color (decimal): -10865297 or 7288154. OLE color: 7288154.
HSL color Cylindrical-coordinate representation of color #5A356F: hue angle of 278.28º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A356F is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 53 | 111 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.56 |
| HSL | 278.28º | 0.35% | 0.32% | - |
| HSV(B) | 278.28º | 0.52% | 0.44% | - |
| XYZ | 8.36 | 5.87 | 15.73 | - |
| YUV | 70.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 111 | 0.19 | 0.52 | 0 | 0.56 | 278.28 | 0.35 | 0.32 |
| Hex | 5A | 35 | 6F | 13 | 34 | 0 | 38 | 116 | 23 | 20 |
| Octal | 132 | 65 | 157 | 23 | 64 | 0 | 70 | 426 | 43 | 40 |
| Binary | 1011010 | 110101 | 1101111 | 10011 | 110100 | 0 | 111000 | 100010110 | 100011 | 100000 |
Color Harmonies of #5A356F
Complementary color
Monochromatic Colors of #5A356F
Black with #5A356F
Text Example
Text Example
White with #5A356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A356F; }
p { color: rgb(90,53,111); }
H1.HeaderClassName
{
color: #5A356F;
}
.AnyTagClassName
{
color: #5A356F;
}
</style>
background-color css
<style>
a { background-color: #5A356F; }
a { background-color: rgb(90,53,111); }
div.DivClassName
{
background-color: #5A356F;
}
.BgClassName
{
background-color: #5A356F;
}
</style>
border-color css
<style>
span { border-color: #5A356F; }
span { border-color: rgb(90,53,111); }
td.TdClassName
{
border-color: #5A356F;
}
.TagClassName
{
border-color: #5A356F;
}
</style>