Shades of Honey Flower #5A446D
Tints of Honey Flower #5A446D
RGB
CMYK
RGB Variations
Color information
#5A446D (or 0x5A446D) is known color: Honey Flower. HEX triplet: 5A, 44 and 6D. RGB value is (90,68,109). Sum of RGB (Red+Green+Blue) = 90+68+109=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A446D is #A5BB92. Grayscale: #4F4F4F. Windows color (decimal): -10861459 or 7160922. OLE color: 7160922.
HSL color Cylindrical-coordinate representation of color #5A446D: hue angle of 272.2º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A446D is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 68 | 109 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.57 |
| HSL | 272.2º | 0.23% | 0.35% | - |
| HSV(B) | 272.2º | 0.38% | 0.43% | - |
| XYZ | 9.04 | 7.41 | 15.42 | - |
| YUV | 79.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 109 | 0.17 | 0.38 | 0 | 0.57 | 272.2 | 0.23 | 0.35 |
| Hex | 5A | 44 | 6D | 11 | 26 | 0 | 39 | 110 | 17 | 23 |
| Octal | 132 | 104 | 155 | 21 | 46 | 0 | 71 | 420 | 27 | 43 |
| Binary | 1011010 | 1000100 | 1101101 | 10001 | 100110 | 0 | 111001 | 100010000 | 10111 | 100011 |
Color Harmonies of #5A446D
Complementary color
Monochromatic Colors of #5A446D
Black with #5A446D
Text Example
Text Example
White with #5A446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A446D; }
p { color: rgb(90,68,109); }
H1.HeaderClassName
{
color: #5A446D;
}
.AnyTagClassName
{
color: #5A446D;
}
</style>
background-color css
<style>
a { background-color: #5A446D; }
a { background-color: rgb(90,68,109); }
div.DivClassName
{
background-color: #5A446D;
}
.BgClassName
{
background-color: #5A446D;
}
</style>
border-color css
<style>
span { border-color: #5A446D; }
span { border-color: rgb(90,68,109); }
td.TdClassName
{
border-color: #5A446D;
}
.TagClassName
{
border-color: #5A446D;
}
</style>