Shades of Honey Flower #5A4372
Tints of Honey Flower #5A4372
RGB
CMYK
RGB Variations
Color information
#5A4372 (or 0x5A4372) is known color: Honey Flower. HEX triplet: 5A, 43 and 72. RGB value is (90,67,114). Sum of RGB (Red+Green+Blue) = 90+67+114=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4372 is #A5BC8D. Grayscale: #4F4F4F. Windows color (decimal): -10861710 or 7488346. OLE color: 7488346.
HSL color Cylindrical-coordinate representation of color #5A4372: hue angle of 269.36º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4372 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 90 | 67 | 114 | - |
CMYK | 0.21 | 0.41 | 0 | 0.55 |
HSL | 269.36º | 0.26% | 0.35% | - |
HSV(B) | 269.36º | 0.41% | 0.45% | - |
XYZ | 9.26 | 7.4 | 16.86 | - |
YUV | 79.24 | 147.62 | 135.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 67 | 114 | 0.21 | 0.41 | 0 | 0.55 | 269.36 | 0.26 | 0.35 |
Hex | 5A | 43 | 72 | 15 | 29 | 0 | 37 | 10D | 1A | 23 |
Octal | 132 | 103 | 162 | 25 | 51 | 0 | 67 | 415 | 32 | 43 |
Binary | 1011010 | 1000011 | 1110010 | 10101 | 101001 | 0 | 110111 | 100001101 | 11010 | 100011 |
Color Harmonies of #5A4372
Complementary color
Monochromatic Colors of #5A4372
Black with #5A4372
Text Example
Text Example
White with #5A4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4372; }
p { color: rgb(90,67,114); }
H1.HeaderClassName
{
color: #5A4372;
}
.AnyTagClassName
{
color: #5A4372;
}
</style>
background-color css
<style>
a { background-color: #5A4372; }
a { background-color: rgb(90,67,114); }
div.DivClassName
{
background-color: #5A4372;
}
.BgClassName
{
background-color: #5A4372;
}
</style>
border-color css
<style>
span { border-color: #5A4372; }
span { border-color: rgb(90,67,114); }
td.TdClassName
{
border-color: #5A4372;
}
.TagClassName
{
border-color: #5A4372;
}
</style>