Shades of Honey Flower #55386F
Tints of Honey Flower #55386F
RGB
CMYK
RGB Variations
Color information
#55386F (or 0x55386F) is known color: Honey Flower. HEX triplet: 55, 38 and 6F. RGB value is (85,56,111). Sum of RGB (Red+Green+Blue) = 85+56+111=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #55386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55386F is #AAC790. Grayscale: #464646. Windows color (decimal): -11192209 or 7288917. OLE color: 7288917.
HSL color Cylindrical-coordinate representation of color #55386F: hue angle of 271.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55386F is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 56 | 111 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.56 |
| HSL | 271.64º | 0.33% | 0.33% | - |
| HSV(B) | 271.64º | 0.5% | 0.44% | - |
| XYZ | 8.03 | 5.91 | 15.76 | - |
| YUV | 70.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 111 | 0.23 | 0.50 | 0 | 0.56 | 271.64 | 0.33 | 0.33 |
| Hex | 55 | 38 | 6F | 17 | 32 | 0 | 38 | 110 | 21 | 21 |
| Octal | 125 | 70 | 157 | 27 | 62 | 0 | 70 | 420 | 41 | 41 |
| Binary | 1010101 | 111000 | 1101111 | 10111 | 110010 | 0 | 111000 | 100010000 | 100001 | 100001 |
Color Harmonies of #55386F
Complementary color
Monochromatic Colors of #55386F
Black with #55386F
Text Example
Text Example
White with #55386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55386F; }
p { color: rgb(85,56,111); }
H1.HeaderClassName
{
color: #55386F;
}
.AnyTagClassName
{
color: #55386F;
}
</style>
background-color css
<style>
a { background-color: #55386F; }
a { background-color: rgb(85,56,111); }
div.DivClassName
{
background-color: #55386F;
}
.BgClassName
{
background-color: #55386F;
}
</style>
border-color css
<style>
span { border-color: #55386F; }
span { border-color: rgb(85,56,111); }
td.TdClassName
{
border-color: #55386F;
}
.TagClassName
{
border-color: #55386F;
}
</style>