Shades of Honey Flower #553B60
Tints of Honey Flower #553B60
RGB
CMYK
RGB Variations
Color information
#553B60 (or 0x553B60) is known color: Honey Flower. HEX triplet: 55, 3B and 60. RGB value is (85,59,96). Sum of RGB (Red+Green+Blue) = 85+59+96=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #553B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B60 is #AAC49F. Grayscale: #464646. Windows color (decimal): -11191456 or 6306645. OLE color: 6306645.
HSL color Cylindrical-coordinate representation of color #553B60: hue angle of 282.16º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553B60 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 59 | 96 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.62 |
| HSL | 282.16º | 0.24% | 0.3% | - |
| HSV(B) | 282.16º | 0.39% | 0.38% | - |
| XYZ | 7.42 | 5.9 | 11.81 | - |
| YUV | 70.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 96 | 0.11 | 0.39 | 0 | 0.62 | 282.16 | 0.24 | 0.3 |
| Hex | 55 | 3B | 60 | B | 27 | 0 | 3E | 11A | 18 | 1E |
| Octal | 125 | 73 | 140 | 13 | 47 | 0 | 76 | 432 | 30 | 36 |
| Binary | 1010101 | 111011 | 1100000 | 1011 | 100111 | 0 | 111110 | 100011010 | 11000 | 11110 |
Color Harmonies of #553B60
Complementary color
Monochromatic Colors of #553B60
Black with #553B60
Text Example
Text Example
White with #553B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B60; }
p { color: rgb(85,59,96); }
H1.HeaderClassName
{
color: #553B60;
}
.AnyTagClassName
{
color: #553B60;
}
</style>
background-color css
<style>
a { background-color: #553B60; }
a { background-color: rgb(85,59,96); }
div.DivClassName
{
background-color: #553B60;
}
.BgClassName
{
background-color: #553B60;
}
</style>
border-color css
<style>
span { border-color: #553B60; }
span { border-color: rgb(85,59,96); }
td.TdClassName
{
border-color: #553B60;
}
.TagClassName
{
border-color: #553B60;
}
</style>