Shades of Honey Flower #554268
Tints of Honey Flower #554268
RGB
CMYK
RGB Variations
Color information
#554268 (or 0x554268) is known color: Honey Flower. HEX triplet: 55, 42 and 68. RGB value is (85,66,104). Sum of RGB (Red+Green+Blue) = 85+66+104=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #554268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554268 is #AABD97. Grayscale: #4B4B4B. Windows color (decimal): -11189656 or 6832725. OLE color: 6832725.
HSL color Cylindrical-coordinate representation of color #554268: hue angle of 270º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554268 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 66 | 104 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.59 |
| HSL | 270º | 0.22% | 0.33% | - |
| HSV(B) | 270º | 0.37% | 0.41% | - |
| XYZ | 8.19 | 6.83 | 13.98 | - |
| YUV | 76.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 104 | 0.18 | 0.37 | 0 | 0.59 | 270 | 0.22 | 0.33 |
| Hex | 55 | 42 | 68 | 12 | 25 | 0 | 3B | 10E | 16 | 21 |
| Octal | 125 | 102 | 150 | 22 | 45 | 0 | 73 | 416 | 26 | 41 |
| Binary | 1010101 | 1000010 | 1101000 | 10010 | 100101 | 0 | 111011 | 100001110 | 10110 | 100001 |
Color Harmonies of #554268
Complementary color
Monochromatic Colors of #554268
Black with #554268
Text Example
Text Example
White with #554268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554268; }
p { color: rgb(85,66,104); }
H1.HeaderClassName
{
color: #554268;
}
.AnyTagClassName
{
color: #554268;
}
</style>
background-color css
<style>
a { background-color: #554268; }
a { background-color: rgb(85,66,104); }
div.DivClassName
{
background-color: #554268;
}
.BgClassName
{
background-color: #554268;
}
</style>
border-color css
<style>
span { border-color: #554268; }
span { border-color: rgb(85,66,104); }
td.TdClassName
{
border-color: #554268;
}
.TagClassName
{
border-color: #554268;
}
</style>