Shades of Honey Flower #5A3D65
Tints of Honey Flower #5A3D65
RGB
CMYK
RGB Variations
Color information
#5A3D65 (or 0x5A3D65) is known color: Honey Flower. HEX triplet: 5A, 3D and 65. RGB value is (90,61,101). Sum of RGB (Red+Green+Blue) = 90+61+101=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A3D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3D65 is #A5C29A. Grayscale: #4A4A4A. Windows color (decimal): -10863259 or 6634842. OLE color: 6634842.
HSL color Cylindrical-coordinate representation of color #5A3D65: hue angle of 283.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A3D65 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 61 | 101 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.60 |
| HSL | 283.5º | 0.25% | 0.32% | - |
| HSV(B) | 283.5º | 0.4% | 0.4% | - |
| XYZ | 8.23 | 6.45 | 13.12 | - |
| YUV | 74.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 101 | 0.11 | 0.40 | 0 | 0.60 | 283.5 | 0.25 | 0.32 |
| Hex | 5A | 3D | 65 | B | 28 | 0 | 3C | 11C | 19 | 20 |
| Octal | 132 | 75 | 145 | 13 | 50 | 0 | 74 | 434 | 31 | 40 |
| Binary | 1011010 | 111101 | 1100101 | 1011 | 101000 | 0 | 111100 | 100011100 | 11001 | 100000 |
Color Harmonies of #5A3D65
Complementary color
Monochromatic Colors of #5A3D65
Black with #5A3D65
Text Example
Text Example
White with #5A3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D65; }
p { color: rgb(90,61,101); }
H1.HeaderClassName
{
color: #5A3D65;
}
.AnyTagClassName
{
color: #5A3D65;
}
</style>
background-color css
<style>
a { background-color: #5A3D65; }
a { background-color: rgb(90,61,101); }
div.DivClassName
{
background-color: #5A3D65;
}
.BgClassName
{
background-color: #5A3D65;
}
</style>
border-color css
<style>
span { border-color: #5A3D65; }
span { border-color: rgb(90,61,101); }
td.TdClassName
{
border-color: #5A3D65;
}
.TagClassName
{
border-color: #5A3D65;
}
</style>