Shades of Honey Flower #5B256F
Tints of Honey Flower #5B256F
RGB
CMYK
RGB Variations
Color information
#5B256F (or 0x5B256F) is known color: Honey Flower. HEX triplet: 5B, 25 and 6F. RGB value is (91,37,111). Sum of RGB (Red+Green+Blue) = 91+37+111=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B256F is #A4DA90. Grayscale: #3D3D3D. Windows color (decimal): -10803857 or 7284059. OLE color: 7284059.
HSL color Cylindrical-coordinate representation of color #5B256F: hue angle of 283.78º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B256F is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 37 | 111 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.56 |
| HSL | 283.78º | 0.5% | 0.29% | - |
| HSV(B) | 283.78º | 0.67% | 0.44% | - |
| XYZ | 7.85 | 4.69 | 15.53 | - |
| YUV | 61.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 111 | 0.18 | 0.67 | 0 | 0.56 | 283.78 | 0.5 | 0.29 |
| Hex | 5B | 25 | 6F | 12 | 43 | 0 | 38 | 11C | 32 | 1D |
| Octal | 133 | 45 | 157 | 22 | 103 | 0 | 70 | 434 | 62 | 35 |
| Binary | 1011011 | 100101 | 1101111 | 10010 | 1000011 | 0 | 111000 | 100011100 | 110010 | 11101 |
Color Harmonies of #5B256F
Complementary color
Monochromatic Colors of #5B256F
Black with #5B256F
Text Example
Text Example
White with #5B256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B256F; }
p { color: rgb(91,37,111); }
H1.HeaderClassName
{
color: #5B256F;
}
.AnyTagClassName
{
color: #5B256F;
}
</style>
background-color css
<style>
a { background-color: #5B256F; }
a { background-color: rgb(91,37,111); }
div.DivClassName
{
background-color: #5B256F;
}
.BgClassName
{
background-color: #5B256F;
}
</style>
border-color css
<style>
span { border-color: #5B256F; }
span { border-color: rgb(91,37,111); }
td.TdClassName
{
border-color: #5B256F;
}
.TagClassName
{
border-color: #5B256F;
}
</style>