Shades of Honey Flower #554360
Tints of Honey Flower #554360
RGB
CMYK
RGB Variations
Color information
#554360 (or 0x554360) is known color: Honey Flower. HEX triplet: 55, 43 and 60. RGB value is (85,67,96). Sum of RGB (Red+Green+Blue) = 85+67+96=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #554360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554360 is #AABC9F. Grayscale: #4B4B4B. Windows color (decimal): -11189408 or 6308693. OLE color: 6308693.
HSL color Cylindrical-coordinate representation of color #554360: hue angle of 277.24º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #554360 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 67 | 96 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.62 |
| HSL | 277.24º | 0.18% | 0.32% | - |
| HSV(B) | 277.24º | 0.3% | 0.38% | - |
| XYZ | 7.86 | 6.79 | 11.96 | - |
| YUV | 75.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 96 | 0.11 | 0.30 | 0 | 0.62 | 277.24 | 0.18 | 0.32 |
| Hex | 55 | 43 | 60 | B | 1E | 0 | 3E | 115 | 12 | 20 |
| Octal | 125 | 103 | 140 | 13 | 36 | 0 | 76 | 425 | 22 | 40 |
| Binary | 1010101 | 1000011 | 1100000 | 1011 | 11110 | 0 | 111110 | 100010101 | 10010 | 100000 |
Color Harmonies of #554360
Complementary color
Monochromatic Colors of #554360
Black with #554360
Text Example
Text Example
White with #554360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554360; }
p { color: rgb(85,67,96); }
H1.HeaderClassName
{
color: #554360;
}
.AnyTagClassName
{
color: #554360;
}
</style>
background-color css
<style>
a { background-color: #554360; }
a { background-color: rgb(85,67,96); }
div.DivClassName
{
background-color: #554360;
}
.BgClassName
{
background-color: #554360;
}
</style>
border-color css
<style>
span { border-color: #554360; }
span { border-color: rgb(85,67,96); }
td.TdClassName
{
border-color: #554360;
}
.TagClassName
{
border-color: #554360;
}
</style>