Shades of Honey Flower #5B3267
Tints of Honey Flower #5B3267
RGB
CMYK
RGB Variations
Color information
#5B3267 (or 0x5B3267) is known color: Honey Flower. HEX triplet: 5B, 32 and 67. RGB value is (91,50,103). Sum of RGB (Red+Green+Blue) = 91+50+103=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B3267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3267 is #A4CD98. Grayscale: #444444. Windows color (decimal): -10800537 or 6763099. OLE color: 6763099.
HSL color Cylindrical-coordinate representation of color #5B3267: hue angle of 286.42º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3267 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 50 | 103 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.60 |
| HSL | 286.42º | 0.35% | 0.3% | - |
| HSV(B) | 286.42º | 0.51% | 0.4% | - |
| XYZ | 7.9 | 5.48 | 13.47 | - |
| YUV | 68.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 103 | 0.12 | 0.51 | 0 | 0.60 | 286.42 | 0.35 | 0.3 |
| Hex | 5B | 32 | 67 | C | 33 | 0 | 3C | 11E | 23 | 1E |
| Octal | 133 | 62 | 147 | 14 | 63 | 0 | 74 | 436 | 43 | 36 |
| Binary | 1011011 | 110010 | 1100111 | 1100 | 110011 | 0 | 111100 | 100011110 | 100011 | 11110 |
Color Harmonies of #5B3267
Complementary color
Monochromatic Colors of #5B3267
Black with #5B3267
Text Example
Text Example
White with #5B3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3267; }
p { color: rgb(91,50,103); }
H1.HeaderClassName
{
color: #5B3267;
}
.AnyTagClassName
{
color: #5B3267;
}
</style>
background-color css
<style>
a { background-color: #5B3267; }
a { background-color: rgb(91,50,103); }
div.DivClassName
{
background-color: #5B3267;
}
.BgClassName
{
background-color: #5B3267;
}
</style>
border-color css
<style>
span { border-color: #5B3267; }
span { border-color: rgb(91,50,103); }
td.TdClassName
{
border-color: #5B3267;
}
.TagClassName
{
border-color: #5B3267;
}
</style>