Shades of Honey Flower #5A4572
Tints of Honey Flower #5A4572
RGB
CMYK
RGB Variations
Color information
#5A4572 (or 0x5A4572) is known color: Honey Flower. HEX triplet: 5A, 45 and 72. RGB value is (90,69,114). Sum of RGB (Red+Green+Blue) = 90+69+114=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4572 is #A5BA8D. Grayscale: #505050. Windows color (decimal): -10861198 or 7488858. OLE color: 7488858.
HSL color Cylindrical-coordinate representation of color #5A4572: hue angle of 268º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A4572 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 69 | 114 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.55 |
| HSL | 268º | 0.25% | 0.36% | - |
| HSV(B) | 268º | 0.39% | 0.45% | - |
| XYZ | 9.38 | 7.64 | 16.9 | - |
| YUV | 80.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 114 | 0.21 | 0.39 | 0 | 0.55 | 268 | 0.25 | 0.36 |
| Hex | 5A | 45 | 72 | 15 | 27 | 0 | 37 | 10C | 19 | 24 |
| Octal | 132 | 105 | 162 | 25 | 47 | 0 | 67 | 414 | 31 | 44 |
| Binary | 1011010 | 1000101 | 1110010 | 10101 | 100111 | 0 | 110111 | 100001100 | 11001 | 100100 |
Color Harmonies of #5A4572
Complementary color
Monochromatic Colors of #5A4572
Black with #5A4572
Text Example
Text Example
White with #5A4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4572; }
p { color: rgb(90,69,114); }
H1.HeaderClassName
{
color: #5A4572;
}
.AnyTagClassName
{
color: #5A4572;
}
</style>
background-color css
<style>
a { background-color: #5A4572; }
a { background-color: rgb(90,69,114); }
div.DivClassName
{
background-color: #5A4572;
}
.BgClassName
{
background-color: #5A4572;
}
</style>
border-color css
<style>
span { border-color: #5A4572; }
span { border-color: rgb(90,69,114); }
td.TdClassName
{
border-color: #5A4572;
}
.TagClassName
{
border-color: #5A4572;
}
</style>