Shades of Honey Flower #5A3D61
Tints of Honey Flower #5A3D61
RGB
CMYK
RGB Variations
Color information
#5A3D61 (or 0x5A3D61) is known color: Honey Flower. HEX triplet: 5A, 3D and 61. RGB value is (90,61,97). Sum of RGB (Red+Green+Blue) = 90+61+97=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A3D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3D61 is #A5C29E. Grayscale: #494949. Windows color (decimal): -10863263 or 6372698. OLE color: 6372698.
HSL color Cylindrical-coordinate representation of color #5A3D61: hue angle of 288.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A3D61 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 61 | 97 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.62 |
| HSL | 288.33º | 0.23% | 0.31% | - |
| HSV(B) | 288.33º | 0.37% | 0.38% | - |
| XYZ | 8.04 | 6.37 | 12.12 | - |
| YUV | 73.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 97 | 0.07 | 0.37 | 0 | 0.62 | 288.33 | 0.23 | 0.31 |
| Hex | 5A | 3D | 61 | 7 | 25 | 0 | 3E | 120 | 17 | 1F |
| Octal | 132 | 75 | 141 | 7 | 45 | 0 | 76 | 440 | 27 | 37 |
| Binary | 1011010 | 111101 | 1100001 | 111 | 100101 | 0 | 111110 | 100100000 | 10111 | 11111 |
Color Harmonies of #5A3D61
Complementary color
Monochromatic Colors of #5A3D61
Black with #5A3D61
Text Example
Text Example
White with #5A3D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D61; }
p { color: rgb(90,61,97); }
H1.HeaderClassName
{
color: #5A3D61;
}
.AnyTagClassName
{
color: #5A3D61;
}
</style>
background-color css
<style>
a { background-color: #5A3D61; }
a { background-color: rgb(90,61,97); }
div.DivClassName
{
background-color: #5A3D61;
}
.BgClassName
{
background-color: #5A3D61;
}
</style>
border-color css
<style>
span { border-color: #5A3D61; }
span { border-color: rgb(90,61,97); }
td.TdClassName
{
border-color: #5A3D61;
}
.TagClassName
{
border-color: #5A3D61;
}
</style>