Shades of Honey Flower #5A3C60
Tints of Honey Flower #5A3C60
RGB
CMYK
RGB Variations
Color information
#5A3C60 (or 0x5A3C60) is known color: Honey Flower. HEX triplet: 5A, 3C and 60. RGB value is (90,60,96). Sum of RGB (Red+Green+Blue) = 90+60+96=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A3C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3C60 is #A5C39F. Grayscale: #484848. Windows color (decimal): -10863520 or 6306906. OLE color: 6306906.
HSL color Cylindrical-coordinate representation of color #5A3C60: hue angle of 290º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3C60 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 60 | 96 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.62 |
| HSL | 290º | 0.23% | 0.31% | - |
| HSV(B) | 290º | 0.38% | 0.38% | - |
| XYZ | 7.94 | 6.25 | 11.85 | - |
| YUV | 73.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 96 | 0.06 | 0.38 | 0 | 0.62 | 290 | 0.23 | 0.31 |
| Hex | 5A | 3C | 60 | 6 | 26 | 0 | 3E | 122 | 17 | 1F |
| Octal | 132 | 74 | 140 | 6 | 46 | 0 | 76 | 442 | 27 | 37 |
| Binary | 1011010 | 111100 | 1100000 | 110 | 100110 | 0 | 111110 | 100100010 | 10111 | 11111 |
Color Harmonies of #5A3C60
Complementary color
Monochromatic Colors of #5A3C60
Black with #5A3C60
Text Example
Text Example
White with #5A3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C60; }
p { color: rgb(90,60,96); }
H1.HeaderClassName
{
color: #5A3C60;
}
.AnyTagClassName
{
color: #5A3C60;
}
</style>
background-color css
<style>
a { background-color: #5A3C60; }
a { background-color: rgb(90,60,96); }
div.DivClassName
{
background-color: #5A3C60;
}
.BgClassName
{
background-color: #5A3C60;
}
</style>
border-color css
<style>
span { border-color: #5A3C60; }
span { border-color: rgb(90,60,96); }
td.TdClassName
{
border-color: #5A3C60;
}
.TagClassName
{
border-color: #5A3C60;
}
</style>