Shades of Honey Flower #5A316F
Tints of Honey Flower #5A316F
RGB
CMYK
RGB Variations
Color information
#5A316F (or 0x5A316F) is known color: Honey Flower. HEX triplet: 5A, 31 and 6F. RGB value is (90,49,111). Sum of RGB (Red+Green+Blue) = 90+49+111=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A316F is #A5CE90. Grayscale: #444444. Windows color (decimal): -10866321 or 7287130. OLE color: 7287130.
HSL color Cylindrical-coordinate representation of color #5A316F: hue angle of 279.68º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A316F is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 49 | 111 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.56 |
| HSL | 279.68º | 0.39% | 0.31% | - |
| HSV(B) | 279.68º | 0.56% | 0.44% | - |
| XYZ | 8.18 | 5.52 | 15.67 | - |
| YUV | 68.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 111 | 0.19 | 0.56 | 0 | 0.56 | 279.68 | 0.39 | 0.31 |
| Hex | 5A | 31 | 6F | 13 | 38 | 0 | 38 | 118 | 27 | 1F |
| Octal | 132 | 61 | 157 | 23 | 70 | 0 | 70 | 430 | 47 | 37 |
| Binary | 1011010 | 110001 | 1101111 | 10011 | 111000 | 0 | 111000 | 100011000 | 100111 | 11111 |
Color Harmonies of #5A316F
Complementary color
Monochromatic Colors of #5A316F
Black with #5A316F
Text Example
Text Example
White with #5A316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A316F; }
p { color: rgb(90,49,111); }
H1.HeaderClassName
{
color: #5A316F;
}
.AnyTagClassName
{
color: #5A316F;
}
</style>
background-color css
<style>
a { background-color: #5A316F; }
a { background-color: rgb(90,49,111); }
div.DivClassName
{
background-color: #5A316F;
}
.BgClassName
{
background-color: #5A316F;
}
</style>
border-color css
<style>
span { border-color: #5A316F; }
span { border-color: rgb(90,49,111); }
td.TdClassName
{
border-color: #5A316F;
}
.TagClassName
{
border-color: #5A316F;
}
</style>