Shades of Honey Flower #5B3768
Tints of Honey Flower #5B3768
RGB
CMYK
RGB Variations
Color information
#5B3768 (or 0x5B3768) is known color: Honey Flower. HEX triplet: 5B, 37 and 68. RGB value is (91,55,104). Sum of RGB (Red+Green+Blue) = 91+55+104=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B3768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3768 is #A4C897. Grayscale: #474747. Windows color (decimal): -10799256 or 6829915. OLE color: 6829915.
HSL color Cylindrical-coordinate representation of color #5B3768: hue angle of 284.08º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3768 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 55 | 104 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.59 |
| HSL | 284.08º | 0.31% | 0.31% | - |
| HSV(B) | 284.08º | 0.47% | 0.41% | - |
| XYZ | 8.18 | 5.96 | 13.82 | - |
| YUV | 71.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 104 | 0.12 | 0.47 | 0 | 0.59 | 284.08 | 0.31 | 0.31 |
| Hex | 5B | 37 | 68 | C | 2F | 0 | 3B | 11C | 1F | 1F |
| Octal | 133 | 67 | 150 | 14 | 57 | 0 | 73 | 434 | 37 | 37 |
| Binary | 1011011 | 110111 | 1101000 | 1100 | 101111 | 0 | 111011 | 100011100 | 11111 | 11111 |
Color Harmonies of #5B3768
Complementary color
Monochromatic Colors of #5B3768
Black with #5B3768
Text Example
Text Example
White with #5B3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3768; }
p { color: rgb(91,55,104); }
H1.HeaderClassName
{
color: #5B3768;
}
.AnyTagClassName
{
color: #5B3768;
}
</style>
background-color css
<style>
a { background-color: #5B3768; }
a { background-color: rgb(91,55,104); }
div.DivClassName
{
background-color: #5B3768;
}
.BgClassName
{
background-color: #5B3768;
}
</style>
border-color css
<style>
span { border-color: #5B3768; }
span { border-color: rgb(91,55,104); }
td.TdClassName
{
border-color: #5B3768;
}
.TagClassName
{
border-color: #5B3768;
}
</style>