Shades of Honey Flower #5B3567
Tints of Honey Flower #5B3567
RGB
CMYK
RGB Variations
Color information
#5B3567 (or 0x5B3567) is known color: Honey Flower. HEX triplet: 5B, 35 and 67. RGB value is (91,53,103). Sum of RGB (Red+Green+Blue) = 91+53+103=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3567 is #A4CA98. Grayscale: #454545. Windows color (decimal): -10799769 or 6763867. OLE color: 6763867.
HSL color Cylindrical-coordinate representation of color #5B3567: hue angle of 285.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B3567 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 53 | 103 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.60 |
| HSL | 285.6º | 0.32% | 0.31% | - |
| HSV(B) | 285.6º | 0.49% | 0.4% | - |
| XYZ | 8.04 | 5.75 | 13.52 | - |
| YUV | 70.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 103 | 0.12 | 0.49 | 0 | 0.60 | 285.6 | 0.32 | 0.31 |
| Hex | 5B | 35 | 67 | C | 31 | 0 | 3C | 11E | 20 | 1F |
| Octal | 133 | 65 | 147 | 14 | 61 | 0 | 74 | 436 | 40 | 37 |
| Binary | 1011011 | 110101 | 1100111 | 1100 | 110001 | 0 | 111100 | 100011110 | 100000 | 11111 |
Color Harmonies of #5B3567
Complementary color
Monochromatic Colors of #5B3567
Black with #5B3567
Text Example
Text Example
White with #5B3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3567; }
p { color: rgb(91,53,103); }
H1.HeaderClassName
{
color: #5B3567;
}
.AnyTagClassName
{
color: #5B3567;
}
</style>
background-color css
<style>
a { background-color: #5B3567; }
a { background-color: rgb(91,53,103); }
div.DivClassName
{
background-color: #5B3567;
}
.BgClassName
{
background-color: #5B3567;
}
</style>
border-color css
<style>
span { border-color: #5B3567; }
span { border-color: rgb(91,53,103); }
td.TdClassName
{
border-color: #5B3567;
}
.TagClassName
{
border-color: #5B3567;
}
</style>