Shades of Honey Flower #5A3765
Tints of Honey Flower #5A3765
RGB
CMYK
RGB Variations
Color information
#5A3765 (or 0x5A3765) is known color: Honey Flower. HEX triplet: 5A, 37 and 65. RGB value is (90,55,101). Sum of RGB (Red+Green+Blue) = 90+55+101=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3765 is #A5C89A. Grayscale: #464646. Windows color (decimal): -10864795 or 6633306. OLE color: 6633306.
HSL color Cylindrical-coordinate representation of color #5A3765: hue angle of 285.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3765 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 55 | 101 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.60 |
| HSL | 285.65º | 0.29% | 0.31% | - |
| HSV(B) | 285.65º | 0.46% | 0.4% | - |
| XYZ | 7.93 | 5.85 | 13.02 | - |
| YUV | 70.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 101 | 0.11 | 0.46 | 0 | 0.60 | 285.65 | 0.29 | 0.31 |
| Hex | 5A | 37 | 65 | B | 2E | 0 | 3C | 11E | 1D | 1F |
| Octal | 132 | 67 | 145 | 13 | 56 | 0 | 74 | 436 | 35 | 37 |
| Binary | 1011010 | 110111 | 1100101 | 1011 | 101110 | 0 | 111100 | 100011110 | 11101 | 11111 |
Color Harmonies of #5A3765
Complementary color
Monochromatic Colors of #5A3765
Black with #5A3765
Text Example
Text Example
White with #5A3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3765; }
p { color: rgb(90,55,101); }
H1.HeaderClassName
{
color: #5A3765;
}
.AnyTagClassName
{
color: #5A3765;
}
</style>
background-color css
<style>
a { background-color: #5A3765; }
a { background-color: rgb(90,55,101); }
div.DivClassName
{
background-color: #5A3765;
}
.BgClassName
{
background-color: #5A3765;
}
</style>
border-color css
<style>
span { border-color: #5A3765; }
span { border-color: rgb(90,55,101); }
td.TdClassName
{
border-color: #5A3765;
}
.TagClassName
{
border-color: #5A3765;
}
</style>