Shades of Honey Flower #5B3A67
Tints of Honey Flower #5B3A67
RGB
CMYK
RGB Variations
Color information
#5B3A67 (or 0x5B3A67) is known color: Honey Flower. HEX triplet: 5B, 3A and 67. RGB value is (91,58,103). Sum of RGB (Red+Green+Blue) = 91+58+103=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B3A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3A67 is #A4C598. Grayscale: #484848. Windows color (decimal): -10798489 or 6765147. OLE color: 6765147.
HSL color Cylindrical-coordinate representation of color #5B3A67: hue angle of 284º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3A67 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 58 | 103 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.60 |
| HSL | 284º | 0.28% | 0.32% | - |
| HSV(B) | 284º | 0.44% | 0.4% | - |
| XYZ | 8.28 | 6.23 | 13.6 | - |
| YUV | 73 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 103 | 0.12 | 0.44 | 0 | 0.60 | 284 | 0.28 | 0.32 |
| Hex | 5B | 3A | 67 | C | 2C | 0 | 3C | 11C | 1C | 20 |
| Octal | 133 | 72 | 147 | 14 | 54 | 0 | 74 | 434 | 34 | 40 |
| Binary | 1011011 | 111010 | 1100111 | 1100 | 101100 | 0 | 111100 | 100011100 | 11100 | 100000 |
Color Harmonies of #5B3A67
Complementary color
Monochromatic Colors of #5B3A67
Black with #5B3A67
Text Example
Text Example
White with #5B3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A67; }
p { color: rgb(91,58,103); }
H1.HeaderClassName
{
color: #5B3A67;
}
.AnyTagClassName
{
color: #5B3A67;
}
</style>
background-color css
<style>
a { background-color: #5B3A67; }
a { background-color: rgb(91,58,103); }
div.DivClassName
{
background-color: #5B3A67;
}
.BgClassName
{
background-color: #5B3A67;
}
</style>
border-color css
<style>
span { border-color: #5B3A67; }
span { border-color: rgb(91,58,103); }
td.TdClassName
{
border-color: #5B3A67;
}
.TagClassName
{
border-color: #5B3A67;
}
</style>