Shades of Honey Flower #5A3C75
Tints of Honey Flower #5A3C75
RGB
CMYK
RGB Variations
Color information
#5A3C75 (or 0x5A3C75) is known color: Honey Flower. HEX triplet: 5A, 3C and 75. RGB value is (90,60,117). Sum of RGB (Red+Green+Blue) = 90+60+117=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A3C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3C75 is #A5C38A. Grayscale: #4B4B4B. Windows color (decimal): -10863499 or 7683162. OLE color: 7683162.
HSL color Cylindrical-coordinate representation of color #5A3C75: hue angle of 271.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A3C75 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 60 | 117 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.54 |
| HSL | 271.58º | 0.32% | 0.35% | - |
| HSV(B) | 271.58º | 0.49% | 0.46% | - |
| XYZ | 9.04 | 6.69 | 17.64 | - |
| YUV | 75.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 117 | 0.23 | 0.49 | 0 | 0.54 | 271.58 | 0.32 | 0.35 |
| Hex | 5A | 3C | 75 | 17 | 31 | 0 | 36 | 110 | 20 | 23 |
| Octal | 132 | 74 | 165 | 27 | 61 | 0 | 66 | 420 | 40 | 43 |
| Binary | 1011010 | 111100 | 1110101 | 10111 | 110001 | 0 | 110110 | 100010000 | 100000 | 100011 |
Color Harmonies of #5A3C75
Complementary color
Monochromatic Colors of #5A3C75
Black with #5A3C75
Text Example
Text Example
White with #5A3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C75; }
p { color: rgb(90,60,117); }
H1.HeaderClassName
{
color: #5A3C75;
}
.AnyTagClassName
{
color: #5A3C75;
}
</style>
background-color css
<style>
a { background-color: #5A3C75; }
a { background-color: rgb(90,60,117); }
div.DivClassName
{
background-color: #5A3C75;
}
.BgClassName
{
background-color: #5A3C75;
}
</style>
border-color css
<style>
span { border-color: #5A3C75; }
span { border-color: rgb(90,60,117); }
td.TdClassName
{
border-color: #5A3C75;
}
.TagClassName
{
border-color: #5A3C75;
}
</style>