Shades of Honey Flower #5A306E
Tints of Honey Flower #5A306E
RGB
CMYK
RGB Variations
Color information
#5A306E (or 0x5A306E) is known color: Honey Flower. HEX triplet: 5A, 30 and 6E. RGB value is (90,48,110). Sum of RGB (Red+Green+Blue) = 90+48+110=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A306E is #A5CF91. Grayscale: #434343. Windows color (decimal): -10866578 or 7221338. OLE color: 7221338.
HSL color Cylindrical-coordinate representation of color #5A306E: hue angle of 280.65º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A306E is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 48 | 110 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.57 |
| HSL | 280.65º | 0.39% | 0.31% | - |
| HSV(B) | 280.65º | 0.56% | 0.43% | - |
| XYZ | 8.09 | 5.41 | 15.37 | - |
| YUV | 67.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 110 | 0.18 | 0.56 | 0 | 0.57 | 280.65 | 0.39 | 0.31 |
| Hex | 5A | 30 | 6E | 12 | 38 | 0 | 39 | 119 | 27 | 1F |
| Octal | 132 | 60 | 156 | 22 | 70 | 0 | 71 | 431 | 47 | 37 |
| Binary | 1011010 | 110000 | 1101110 | 10010 | 111000 | 0 | 111001 | 100011001 | 100111 | 11111 |
Color Harmonies of #5A306E
Complementary color
Monochromatic Colors of #5A306E
Black with #5A306E
Text Example
Text Example
White with #5A306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A306E; }
p { color: rgb(90,48,110); }
H1.HeaderClassName
{
color: #5A306E;
}
.AnyTagClassName
{
color: #5A306E;
}
</style>
background-color css
<style>
a { background-color: #5A306E; }
a { background-color: rgb(90,48,110); }
div.DivClassName
{
background-color: #5A306E;
}
.BgClassName
{
background-color: #5A306E;
}
</style>
border-color css
<style>
span { border-color: #5A306E; }
span { border-color: rgb(90,48,110); }
td.TdClassName
{
border-color: #5A306E;
}
.TagClassName
{
border-color: #5A306E;
}
</style>