Shades of Honey Flower #5A316D
Tints of Honey Flower #5A316D
RGB
CMYK
RGB Variations
Color information
#5A316D (or 0x5A316D) is known color: Honey Flower. HEX triplet: 5A, 31 and 6D. RGB value is (90,49,109). Sum of RGB (Red+Green+Blue) = 90+49+109=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A316D is #A5CE92. Grayscale: #434343. Windows color (decimal): -10866323 or 7156058. OLE color: 7156058.
HSL color Cylindrical-coordinate representation of color #5A316D: hue angle of 281º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A316D is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 49 | 109 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.57 |
| HSL | 281º | 0.38% | 0.31% | - |
| HSV(B) | 281º | 0.55% | 0.43% | - |
| XYZ | 8.08 | 5.47 | 15.1 | - |
| YUV | 68.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 109 | 0.17 | 0.55 | 0 | 0.57 | 281 | 0.38 | 0.31 |
| Hex | 5A | 31 | 6D | 11 | 37 | 0 | 39 | 119 | 26 | 1F |
| Octal | 132 | 61 | 155 | 21 | 67 | 0 | 71 | 431 | 46 | 37 |
| Binary | 1011010 | 110001 | 1101101 | 10001 | 110111 | 0 | 111001 | 100011001 | 100110 | 11111 |
Color Harmonies of #5A316D
Complementary color
Monochromatic Colors of #5A316D
Black with #5A316D
Text Example
Text Example
White with #5A316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A316D; }
p { color: rgb(90,49,109); }
H1.HeaderClassName
{
color: #5A316D;
}
.AnyTagClassName
{
color: #5A316D;
}
</style>
background-color css
<style>
a { background-color: #5A316D; }
a { background-color: rgb(90,49,109); }
div.DivClassName
{
background-color: #5A316D;
}
.BgClassName
{
background-color: #5A316D;
}
</style>
border-color css
<style>
span { border-color: #5A316D; }
span { border-color: rgb(90,49,109); }
td.TdClassName
{
border-color: #5A316D;
}
.TagClassName
{
border-color: #5A316D;
}
</style>