Shades of Honey Flower #554262
Tints of Honey Flower #554262
RGB
CMYK
RGB Variations
Color information
#554262 (or 0x554262) is known color: Honey Flower. HEX triplet: 55, 42 and 62. RGB value is (85,66,98). Sum of RGB (Red+Green+Blue) = 85+66+98=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #554262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554262 is #AABD9D. Grayscale: #4B4B4B. Windows color (decimal): -11189662 or 6439509. OLE color: 6439509.
HSL color Cylindrical-coordinate representation of color #554262: hue angle of 275.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554262 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 66 | 98 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.62 |
| HSL | 275.63º | 0.2% | 0.32% | - |
| HSV(B) | 275.63º | 0.33% | 0.38% | - |
| XYZ | 7.9 | 6.71 | 12.43 | - |
| YUV | 75.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 98 | 0.13 | 0.33 | 0 | 0.62 | 275.63 | 0.2 | 0.32 |
| Hex | 55 | 42 | 62 | D | 21 | 0 | 3E | 114 | 14 | 20 |
| Octal | 125 | 102 | 142 | 15 | 41 | 0 | 76 | 424 | 24 | 40 |
| Binary | 1010101 | 1000010 | 1100010 | 1101 | 100001 | 0 | 111110 | 100010100 | 10100 | 100000 |
Color Harmonies of #554262
Complementary color
Monochromatic Colors of #554262
Black with #554262
Text Example
Text Example
White with #554262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554262; }
p { color: rgb(85,66,98); }
H1.HeaderClassName
{
color: #554262;
}
.AnyTagClassName
{
color: #554262;
}
</style>
background-color css
<style>
a { background-color: #554262; }
a { background-color: rgb(85,66,98); }
div.DivClassName
{
background-color: #554262;
}
.BgClassName
{
background-color: #554262;
}
</style>
border-color css
<style>
span { border-color: #554262; }
span { border-color: rgb(85,66,98); }
td.TdClassName
{
border-color: #554262;
}
.TagClassName
{
border-color: #554262;
}
</style>