Shades of Honey Flower #5B266D
Tints of Honey Flower #5B266D
RGB
CMYK
RGB Variations
Color information
#5B266D (or 0x5B266D) is known color: Honey Flower. HEX triplet: 5B, 26 and 6D. RGB value is (91,38,109). Sum of RGB (Red+Green+Blue) = 91+38+109=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B266D is #A4D992. Grayscale: #3D3D3D. Windows color (decimal): -10803603 or 7153243. OLE color: 7153243.
HSL color Cylindrical-coordinate representation of color #5B266D: hue angle of 284.79º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B266D is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 38 | 109 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.57 |
| HSL | 284.79º | 0.48% | 0.29% | - |
| HSV(B) | 284.79º | 0.65% | 0.43% | - |
| XYZ | 7.77 | 4.71 | 14.97 | - |
| YUV | 61.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 109 | 0.17 | 0.65 | 0 | 0.57 | 284.79 | 0.48 | 0.29 |
| Hex | 5B | 26 | 6D | 11 | 41 | 0 | 39 | 11D | 30 | 1D |
| Octal | 133 | 46 | 155 | 21 | 101 | 0 | 71 | 435 | 60 | 35 |
| Binary | 1011011 | 100110 | 1101101 | 10001 | 1000001 | 0 | 111001 | 100011101 | 110000 | 11101 |
Color Harmonies of #5B266D
Complementary color
Monochromatic Colors of #5B266D
Black with #5B266D
Text Example
Text Example
White with #5B266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B266D; }
p { color: rgb(91,38,109); }
H1.HeaderClassName
{
color: #5B266D;
}
.AnyTagClassName
{
color: #5B266D;
}
</style>
background-color css
<style>
a { background-color: #5B266D; }
a { background-color: rgb(91,38,109); }
div.DivClassName
{
background-color: #5B266D;
}
.BgClassName
{
background-color: #5B266D;
}
</style>
border-color css
<style>
span { border-color: #5B266D; }
span { border-color: rgb(91,38,109); }
td.TdClassName
{
border-color: #5B266D;
}
.TagClassName
{
border-color: #5B266D;
}
</style>