Shades of Honey Flower #5A3468
Tints of Honey Flower #5A3468
RGB
CMYK
RGB Variations
Color information
#5A3468 (or 0x5A3468) is known color: Honey Flower. HEX triplet: 5A, 34 and 68. RGB value is (90,52,104). Sum of RGB (Red+Green+Blue) = 90+52+104=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A3468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3468 is #A5CB97. Grayscale: #454545. Windows color (decimal): -10865560 or 6829146. OLE color: 6829146.
HSL color Cylindrical-coordinate representation of color #5A3468: hue angle of 283.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3468 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 52 | 104 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.59 |
| HSL | 283.85º | 0.33% | 0.31% | - |
| HSV(B) | 283.85º | 0.5% | 0.41% | - |
| XYZ | 7.94 | 5.63 | 13.76 | - |
| YUV | 69.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 104 | 0.13 | 0.50 | 0 | 0.59 | 283.85 | 0.33 | 0.31 |
| Hex | 5A | 34 | 68 | D | 32 | 0 | 3B | 11C | 21 | 1F |
| Octal | 132 | 64 | 150 | 15 | 62 | 0 | 73 | 434 | 41 | 37 |
| Binary | 1011010 | 110100 | 1101000 | 1101 | 110010 | 0 | 111011 | 100011100 | 100001 | 11111 |
Color Harmonies of #5A3468
Complementary color
Monochromatic Colors of #5A3468
Black with #5A3468
Text Example
Text Example
White with #5A3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3468; }
p { color: rgb(90,52,104); }
H1.HeaderClassName
{
color: #5A3468;
}
.AnyTagClassName
{
color: #5A3468;
}
</style>
background-color css
<style>
a { background-color: #5A3468; }
a { background-color: rgb(90,52,104); }
div.DivClassName
{
background-color: #5A3468;
}
.BgClassName
{
background-color: #5A3468;
}
</style>
border-color css
<style>
span { border-color: #5A3468; }
span { border-color: rgb(90,52,104); }
td.TdClassName
{
border-color: #5A3468;
}
.TagClassName
{
border-color: #5A3468;
}
</style>