Shades of Honey Flower #554065
Tints of Honey Flower #554065
RGB
CMYK
RGB Variations
Color information
#554065 (or 0x554065) is known color: Honey Flower. HEX triplet: 55, 40 and 65. RGB value is (85,64,101). Sum of RGB (Red+Green+Blue) = 85+64+101=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #554065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554065 is #AABF9A. Grayscale: #4A4A4A. Windows color (decimal): -11190171 or 6635605. OLE color: 6635605.
HSL color Cylindrical-coordinate representation of color #554065: hue angle of 274.05º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554065 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 64 | 101 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.60 |
| HSL | 274.05º | 0.22% | 0.32% | - |
| HSV(B) | 274.05º | 0.37% | 0.4% | - |
| XYZ | 7.93 | 6.54 | 13.16 | - |
| YUV | 74.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 101 | 0.16 | 0.37 | 0 | 0.60 | 274.05 | 0.22 | 0.32 |
| Hex | 55 | 40 | 65 | 10 | 25 | 0 | 3C | 112 | 16 | 20 |
| Octal | 125 | 100 | 145 | 20 | 45 | 0 | 74 | 422 | 26 | 40 |
| Binary | 1010101 | 1000000 | 1100101 | 10000 | 100101 | 0 | 111100 | 100010010 | 10110 | 100000 |
Color Harmonies of #554065
Complementary color
Monochromatic Colors of #554065
Black with #554065
Text Example
Text Example
White with #554065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554065; }
p { color: rgb(85,64,101); }
H1.HeaderClassName
{
color: #554065;
}
.AnyTagClassName
{
color: #554065;
}
</style>
background-color css
<style>
a { background-color: #554065; }
a { background-color: rgb(85,64,101); }
div.DivClassName
{
background-color: #554065;
}
.BgClassName
{
background-color: #554065;
}
</style>
border-color css
<style>
span { border-color: #554065; }
span { border-color: rgb(85,64,101); }
td.TdClassName
{
border-color: #554065;
}
.TagClassName
{
border-color: #554065;
}
</style>