Shades of Honey Flower #5A4368
Tints of Honey Flower #5A4368
RGB
CMYK
RGB Variations
Color information
#5A4368 (or 0x5A4368) is known color: Honey Flower. HEX triplet: 5A, 43 and 68. RGB value is (90,67,104). Sum of RGB (Red+Green+Blue) = 90+67+104=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A4368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4368 is #A5BC97. Grayscale: #4D4D4D. Windows color (decimal): -10861720 or 6832986. OLE color: 6832986.
HSL color Cylindrical-coordinate representation of color #5A4368: hue angle of 277.3º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A4368 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 67 | 104 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.59 |
| HSL | 277.3º | 0.22% | 0.34% | - |
| HSV(B) | 277.3º | 0.36% | 0.41% | - |
| XYZ | 8.72 | 7.19 | 14.02 | - |
| YUV | 78.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 104 | 0.13 | 0.36 | 0 | 0.59 | 277.3 | 0.22 | 0.34 |
| Hex | 5A | 43 | 68 | D | 24 | 0 | 3B | 115 | 16 | 22 |
| Octal | 132 | 103 | 150 | 15 | 44 | 0 | 73 | 425 | 26 | 42 |
| Binary | 1011010 | 1000011 | 1101000 | 1101 | 100100 | 0 | 111011 | 100010101 | 10110 | 100010 |
Color Harmonies of #5A4368
Complementary color
Monochromatic Colors of #5A4368
Black with #5A4368
Text Example
Text Example
White with #5A4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4368; }
p { color: rgb(90,67,104); }
H1.HeaderClassName
{
color: #5A4368;
}
.AnyTagClassName
{
color: #5A4368;
}
</style>
background-color css
<style>
a { background-color: #5A4368; }
a { background-color: rgb(90,67,104); }
div.DivClassName
{
background-color: #5A4368;
}
.BgClassName
{
background-color: #5A4368;
}
</style>
border-color css
<style>
span { border-color: #5A4368; }
span { border-color: rgb(90,67,104); }
td.TdClassName
{
border-color: #5A4368;
}
.TagClassName
{
border-color: #5A4368;
}
</style>