Shades of Honey Flower #552C67
Tints of Honey Flower #552C67
RGB
CMYK
RGB Variations
Color information
#552C67 (or 0x552C67) is known color: Honey Flower. HEX triplet: 55, 2C and 67. RGB value is (85,44,103). Sum of RGB (Red+Green+Blue) = 85+44+103=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #552C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C67 is #AAD398. Grayscale: #3E3E3E. Windows color (decimal): -11195289 or 6761557. OLE color: 6761557.
HSL color Cylindrical-coordinate representation of color #552C67: hue angle of 281.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552C67 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 44 | 103 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.60 |
| HSL | 281.69º | 0.4% | 0.29% | - |
| HSV(B) | 281.69º | 0.57% | 0.4% | - |
| XYZ | 7.1 | 4.71 | 13.37 | - |
| YUV | 62.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 103 | 0.17 | 0.57 | 0 | 0.60 | 281.69 | 0.4 | 0.29 |
| Hex | 55 | 2C | 67 | 11 | 39 | 0 | 3C | 11A | 28 | 1D |
| Octal | 125 | 54 | 147 | 21 | 71 | 0 | 74 | 432 | 50 | 35 |
| Binary | 1010101 | 101100 | 1100111 | 10001 | 111001 | 0 | 111100 | 100011010 | 101000 | 11101 |
Color Harmonies of #552C67
Complementary color
Monochromatic Colors of #552C67
Black with #552C67
Text Example
Text Example
White with #552C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C67; }
p { color: rgb(85,44,103); }
H1.HeaderClassName
{
color: #552C67;
}
.AnyTagClassName
{
color: #552C67;
}
</style>
background-color css
<style>
a { background-color: #552C67; }
a { background-color: rgb(85,44,103); }
div.DivClassName
{
background-color: #552C67;
}
.BgClassName
{
background-color: #552C67;
}
</style>
border-color css
<style>
span { border-color: #552C67; }
span { border-color: rgb(85,44,103); }
td.TdClassName
{
border-color: #552C67;
}
.TagClassName
{
border-color: #552C67;
}
</style>