Shades of Honey Flower #5A3D60
Tints of Honey Flower #5A3D60
RGB
CMYK
RGB Variations
Color information
#5A3D60 (or 0x5A3D60) is known color: Honey Flower. HEX triplet: 5A, 3D and 60. RGB value is (90,61,96). Sum of RGB (Red+Green+Blue) = 90+61+96=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A3D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3D60 is #A5C29F. Grayscale: #494949. Windows color (decimal): -10863264 or 6307162. OLE color: 6307162.
HSL color Cylindrical-coordinate representation of color #5A3D60: hue angle of 289.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A3D60 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 61 | 96 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.62 |
| HSL | 289.71º | 0.22% | 0.31% | - |
| HSV(B) | 289.71º | 0.36% | 0.38% | - |
| XYZ | 8 | 6.36 | 11.87 | - |
| YUV | 73.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 96 | 0.06 | 0.36 | 0 | 0.62 | 289.71 | 0.22 | 0.31 |
| Hex | 5A | 3D | 60 | 6 | 24 | 0 | 3E | 122 | 16 | 1F |
| Octal | 132 | 75 | 140 | 6 | 44 | 0 | 76 | 442 | 26 | 37 |
| Binary | 1011010 | 111101 | 1100000 | 110 | 100100 | 0 | 111110 | 100100010 | 10110 | 11111 |
Color Harmonies of #5A3D60
Complementary color
Monochromatic Colors of #5A3D60
Black with #5A3D60
Text Example
Text Example
White with #5A3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D60; }
p { color: rgb(90,61,96); }
H1.HeaderClassName
{
color: #5A3D60;
}
.AnyTagClassName
{
color: #5A3D60;
}
</style>
background-color css
<style>
a { background-color: #5A3D60; }
a { background-color: rgb(90,61,96); }
div.DivClassName
{
background-color: #5A3D60;
}
.BgClassName
{
background-color: #5A3D60;
}
</style>
border-color css
<style>
span { border-color: #5A3D60; }
span { border-color: rgb(90,61,96); }
td.TdClassName
{
border-color: #5A3D60;
}
.TagClassName
{
border-color: #5A3D60;
}
</style>