Shades of Honey Flower #5A456D
Tints of Honey Flower #5A456D
RGB
CMYK
RGB Variations
Color information
#5A456D (or 0x5A456D) is known color: Honey Flower. HEX triplet: 5A, 45 and 6D. RGB value is (90,69,109). Sum of RGB (Red+Green+Blue) = 90+69+109=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A456D is #A5BA92. Grayscale: #4F4F4F. Windows color (decimal): -10861203 or 7161178. OLE color: 7161178.
HSL color Cylindrical-coordinate representation of color #5A456D: hue angle of 271.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A456D is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 69 | 109 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.57 |
| HSL | 271.5º | 0.22% | 0.35% | - |
| HSV(B) | 271.5º | 0.37% | 0.43% | - |
| XYZ | 9.1 | 7.53 | 15.44 | - |
| YUV | 79.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 109 | 0.17 | 0.37 | 0 | 0.57 | 271.5 | 0.22 | 0.35 |
| Hex | 5A | 45 | 6D | 11 | 25 | 0 | 39 | 110 | 16 | 23 |
| Octal | 132 | 105 | 155 | 21 | 45 | 0 | 71 | 420 | 26 | 43 |
| Binary | 1011010 | 1000101 | 1101101 | 10001 | 100101 | 0 | 111001 | 100010000 | 10110 | 100011 |
Color Harmonies of #5A456D
Complementary color
Monochromatic Colors of #5A456D
Black with #5A456D
Text Example
Text Example
White with #5A456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A456D; }
p { color: rgb(90,69,109); }
H1.HeaderClassName
{
color: #5A456D;
}
.AnyTagClassName
{
color: #5A456D;
}
</style>
background-color css
<style>
a { background-color: #5A456D; }
a { background-color: rgb(90,69,109); }
div.DivClassName
{
background-color: #5A456D;
}
.BgClassName
{
background-color: #5A456D;
}
</style>
border-color css
<style>
span { border-color: #5A456D; }
span { border-color: rgb(90,69,109); }
td.TdClassName
{
border-color: #5A456D;
}
.TagClassName
{
border-color: #5A456D;
}
</style>