Shades of Honey Flower #554365
Tints of Honey Flower #554365
RGB
CMYK
RGB Variations
Color information
#554365 (or 0x554365) is known color: Honey Flower. HEX triplet: 55, 43 and 65. RGB value is (85,67,101). Sum of RGB (Red+Green+Blue) = 85+67+101=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #554365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554365 is #AABC9A. Grayscale: #4C4C4C. Windows color (decimal): -11189403 or 6636373. OLE color: 6636373.
HSL color Cylindrical-coordinate representation of color #554365: hue angle of 271.76º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554365 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 67 | 101 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.60 |
| HSL | 271.76º | 0.2% | 0.33% | - |
| HSV(B) | 271.76º | 0.34% | 0.4% | - |
| XYZ | 8.1 | 6.89 | 13.21 | - |
| YUV | 76.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 101 | 0.16 | 0.34 | 0 | 0.60 | 271.76 | 0.2 | 0.33 |
| Hex | 55 | 43 | 65 | 10 | 22 | 0 | 3C | 110 | 14 | 21 |
| Octal | 125 | 103 | 145 | 20 | 42 | 0 | 74 | 420 | 24 | 41 |
| Binary | 1010101 | 1000011 | 1100101 | 10000 | 100010 | 0 | 111100 | 100010000 | 10100 | 100001 |
Color Harmonies of #554365
Complementary color
Monochromatic Colors of #554365
Black with #554365
Text Example
Text Example
White with #554365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554365; }
p { color: rgb(85,67,101); }
H1.HeaderClassName
{
color: #554365;
}
.AnyTagClassName
{
color: #554365;
}
</style>
background-color css
<style>
a { background-color: #554365; }
a { background-color: rgb(85,67,101); }
div.DivClassName
{
background-color: #554365;
}
.BgClassName
{
background-color: #554365;
}
</style>
border-color css
<style>
span { border-color: #554365; }
span { border-color: rgb(85,67,101); }
td.TdClassName
{
border-color: #554365;
}
.TagClassName
{
border-color: #554365;
}
</style>