Shades of Honey Flower #5B3474
Tints of Honey Flower #5B3474
RGB
CMYK
RGB Variations
Color information
#5B3474 (or 0x5B3474) is known color: Honey Flower. HEX triplet: 5B, 34 and 74. RGB value is (91,52,116). Sum of RGB (Red+Green+Blue) = 91+52+116=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B3474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3474 is #A4CB8B. Grayscale: #464646. Windows color (decimal): -10800012 or 7615579. OLE color: 7615579.
HSL color Cylindrical-coordinate representation of color #5B3474: hue angle of 276.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B3474 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 52 | 116 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.55 |
| HSL | 276.56º | 0.38% | 0.33% | - |
| HSV(B) | 276.56º | 0.55% | 0.45% | - |
| XYZ | 8.69 | 5.94 | 17.21 | - |
| YUV | 70.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 116 | 0.22 | 0.55 | 0 | 0.55 | 276.56 | 0.38 | 0.33 |
| Hex | 5B | 34 | 74 | 16 | 37 | 0 | 37 | 115 | 26 | 21 |
| Octal | 133 | 64 | 164 | 26 | 67 | 0 | 67 | 425 | 46 | 41 |
| Binary | 1011011 | 110100 | 1110100 | 10110 | 110111 | 0 | 110111 | 100010101 | 100110 | 100001 |
Color Harmonies of #5B3474
Complementary color
Monochromatic Colors of #5B3474
Black with #5B3474
Text Example
Text Example
White with #5B3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3474; }
p { color: rgb(91,52,116); }
H1.HeaderClassName
{
color: #5B3474;
}
.AnyTagClassName
{
color: #5B3474;
}
</style>
background-color css
<style>
a { background-color: #5B3474; }
a { background-color: rgb(91,52,116); }
div.DivClassName
{
background-color: #5B3474;
}
.BgClassName
{
background-color: #5B3474;
}
</style>
border-color css
<style>
span { border-color: #5B3474; }
span { border-color: rgb(91,52,116); }
td.TdClassName
{
border-color: #5B3474;
}
.TagClassName
{
border-color: #5B3474;
}
</style>