Shades of Honey Flower #5A3769
Tints of Honey Flower #5A3769
RGB
CMYK
RGB Variations
Color information
#5A3769 (or 0x5A3769) is known color: Honey Flower. HEX triplet: 5A, 37 and 69. RGB value is (90,55,105). Sum of RGB (Red+Green+Blue) = 90+55+105=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A3769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3769 is #A5C896. Grayscale: #474747. Windows color (decimal): -10864791 or 6895450. OLE color: 6895450.
HSL color Cylindrical-coordinate representation of color #5A3769: hue angle of 282º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A3769 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 55 | 105 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.59 |
| HSL | 282º | 0.31% | 0.31% | - |
| HSV(B) | 282º | 0.48% | 0.41% | - |
| XYZ | 8.13 | 5.93 | 14.08 | - |
| YUV | 71.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 105 | 0.14 | 0.48 | 0 | 0.59 | 282 | 0.31 | 0.31 |
| Hex | 5A | 37 | 69 | E | 30 | 0 | 3B | 11A | 1F | 1F |
| Octal | 132 | 67 | 151 | 16 | 60 | 0 | 73 | 432 | 37 | 37 |
| Binary | 1011010 | 110111 | 1101001 | 1110 | 110000 | 0 | 111011 | 100011010 | 11111 | 11111 |
Color Harmonies of #5A3769
Complementary color
Monochromatic Colors of #5A3769
Black with #5A3769
Text Example
Text Example
White with #5A3769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3769; }
p { color: rgb(90,55,105); }
H1.HeaderClassName
{
color: #5A3769;
}
.AnyTagClassName
{
color: #5A3769;
}
</style>
background-color css
<style>
a { background-color: #5A3769; }
a { background-color: rgb(90,55,105); }
div.DivClassName
{
background-color: #5A3769;
}
.BgClassName
{
background-color: #5A3769;
}
</style>
border-color css
<style>
span { border-color: #5A3769; }
span { border-color: rgb(90,55,105); }
td.TdClassName
{
border-color: #5A3769;
}
.TagClassName
{
border-color: #5A3769;
}
</style>