Shades of Honey Flower #5A396D
Tints of Honey Flower #5A396D
RGB
CMYK
RGB Variations
Color information
#5A396D (or 0x5A396D) is known color: Honey Flower. HEX triplet: 5A, 39 and 6D. RGB value is (90,57,109). Sum of RGB (Red+Green+Blue) = 90+57+109=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A396D is #A5C692. Grayscale: #484848. Windows color (decimal): -10864275 or 7158106. OLE color: 7158106.
HSL color Cylindrical-coordinate representation of color #5A396D: hue angle of 278.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A396D is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 57 | 109 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.57 |
| HSL | 278.08º | 0.31% | 0.33% | - |
| HSV(B) | 278.08º | 0.48% | 0.43% | - |
| XYZ | 8.44 | 6.2 | 15.22 | - |
| YUV | 72.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 109 | 0.17 | 0.48 | 0 | 0.57 | 278.08 | 0.31 | 0.33 |
| Hex | 5A | 39 | 6D | 11 | 30 | 0 | 39 | 116 | 1F | 21 |
| Octal | 132 | 71 | 155 | 21 | 60 | 0 | 71 | 426 | 37 | 41 |
| Binary | 1011010 | 111001 | 1101101 | 10001 | 110000 | 0 | 111001 | 100010110 | 11111 | 100001 |
Color Harmonies of #5A396D
Complementary color
Monochromatic Colors of #5A396D
Black with #5A396D
Text Example
Text Example
White with #5A396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A396D; }
p { color: rgb(90,57,109); }
H1.HeaderClassName
{
color: #5A396D;
}
.AnyTagClassName
{
color: #5A396D;
}
</style>
background-color css
<style>
a { background-color: #5A396D; }
a { background-color: rgb(90,57,109); }
div.DivClassName
{
background-color: #5A396D;
}
.BgClassName
{
background-color: #5A396D;
}
</style>
border-color css
<style>
span { border-color: #5A396D; }
span { border-color: rgb(90,57,109); }
td.TdClassName
{
border-color: #5A396D;
}
.TagClassName
{
border-color: #5A396D;
}
</style>