Shades of Honey Flower #552A69
Tints of Honey Flower #552A69
RGB
CMYK
RGB Variations
Color information
#552A69 (or 0x552A69) is known color: Honey Flower. HEX triplet: 55, 2A and 69. RGB value is (85,42,105). Sum of RGB (Red+Green+Blue) = 85+42+105=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #552A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A69 is #AAD596. Grayscale: #3D3D3D. Windows color (decimal): -11195799 or 6892117. OLE color: 6892117.
HSL color Cylindrical-coordinate representation of color #552A69: hue angle of 280.95º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552A69 is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 42 | 105 | - |
| CMYK | 0.19 | 0.6 | 0 | 0.59 |
| HSL | 280.95º | 0.43% | 0.29% | - |
| HSV(B) | 280.95º | 0.6% | 0.41% | - |
| XYZ | 7.12 | 4.61 | 13.88 | - |
| YUV | 62.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 105 | 0.19 | 0.6 | 0 | 0.59 | 280.95 | 0.43 | 0.29 |
| Hex | 55 | 2A | 69 | 13 | 3C | 0 | 3B | 119 | 2B | 1D |
| Octal | 125 | 52 | 151 | 23 | 74 | 0 | 73 | 431 | 53 | 35 |
| Binary | 1010101 | 101010 | 1101001 | 10011 | 111100 | 0 | 111011 | 100011001 | 101011 | 11101 |
Color Harmonies of #552A69
Complementary color
Monochromatic Colors of #552A69
Black with #552A69
Text Example
Text Example
White with #552A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A69; }
p { color: rgb(85,42,105); }
H1.HeaderClassName
{
color: #552A69;
}
.AnyTagClassName
{
color: #552A69;
}
</style>
background-color css
<style>
a { background-color: #552A69; }
a { background-color: rgb(85,42,105); }
div.DivClassName
{
background-color: #552A69;
}
.BgClassName
{
background-color: #552A69;
}
</style>
border-color css
<style>
span { border-color: #552A69; }
span { border-color: rgb(85,42,105); }
td.TdClassName
{
border-color: #552A69;
}
.TagClassName
{
border-color: #552A69;
}
</style>