Shades of Honey Flower #5B3465
Tints of Honey Flower #5B3465
RGB
CMYK
RGB Variations
Color information
#5B3465 (or 0x5B3465) is known color: Honey Flower. HEX triplet: 5B, 34 and 65. RGB value is (91,52,101). Sum of RGB (Red+Green+Blue) = 91+52+101=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B3465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3465 is #A4CB9A. Grayscale: #454545. Windows color (decimal): -10800027 or 6632539. OLE color: 6632539.
HSL color Cylindrical-coordinate representation of color #5B3465: hue angle of 287.76º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B3465 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 52 | 101 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.60 |
| HSL | 287.76º | 0.32% | 0.3% | - |
| HSV(B) | 287.76º | 0.49% | 0.4% | - |
| XYZ | 7.89 | 5.62 | 12.98 | - |
| YUV | 69.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 101 | 0.10 | 0.49 | 0 | 0.60 | 287.76 | 0.32 | 0.3 |
| Hex | 5B | 34 | 65 | A | 31 | 0 | 3C | 120 | 20 | 1E |
| Octal | 133 | 64 | 145 | 12 | 61 | 0 | 74 | 440 | 40 | 36 |
| Binary | 1011011 | 110100 | 1100101 | 1010 | 110001 | 0 | 111100 | 100100000 | 100000 | 11110 |
Color Harmonies of #5B3465
Complementary color
Monochromatic Colors of #5B3465
Black with #5B3465
Text Example
Text Example
White with #5B3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3465; }
p { color: rgb(91,52,101); }
H1.HeaderClassName
{
color: #5B3465;
}
.AnyTagClassName
{
color: #5B3465;
}
</style>
background-color css
<style>
a { background-color: #5B3465; }
a { background-color: rgb(91,52,101); }
div.DivClassName
{
background-color: #5B3465;
}
.BgClassName
{
background-color: #5B3465;
}
</style>
border-color css
<style>
span { border-color: #5B3465; }
span { border-color: rgb(91,52,101); }
td.TdClassName
{
border-color: #5B3465;
}
.TagClassName
{
border-color: #5B3465;
}
</style>