Shades of Honey Flower #552A68
Tints of Honey Flower #552A68
RGB
CMYK
RGB Variations
Color information
#552A68 (or 0x552A68) is known color: Honey Flower. HEX triplet: 55, 2A and 68. RGB value is (85,42,104). Sum of RGB (Red+Green+Blue) = 85+42+104=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #552A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A68 is #AAD597. Grayscale: #3D3D3D. Windows color (decimal): -11195800 or 6826581. OLE color: 6826581.
HSL color Cylindrical-coordinate representation of color #552A68: hue angle of 281.61º degrees, saturation: 0.42, 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 #552A68 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 42 | 104 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.59 |
| HSL | 281.61º | 0.42% | 0.29% | - |
| HSV(B) | 281.61º | 0.6% | 0.41% | - |
| XYZ | 7.07 | 4.59 | 13.61 | - |
| YUV | 61.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 104 | 0.18 | 0.60 | 0 | 0.59 | 281.61 | 0.42 | 0.29 |
| Hex | 55 | 2A | 68 | 12 | 3C | 0 | 3B | 11A | 2A | 1D |
| Octal | 125 | 52 | 150 | 22 | 74 | 0 | 73 | 432 | 52 | 35 |
| Binary | 1010101 | 101010 | 1101000 | 10010 | 111100 | 0 | 111011 | 100011010 | 101010 | 11101 |
Color Harmonies of #552A68
Complementary color
Monochromatic Colors of #552A68
Black with #552A68
Text Example
Text Example
White with #552A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A68; }
p { color: rgb(85,42,104); }
H1.HeaderClassName
{
color: #552A68;
}
.AnyTagClassName
{
color: #552A68;
}
</style>
background-color css
<style>
a { background-color: #552A68; }
a { background-color: rgb(85,42,104); }
div.DivClassName
{
background-color: #552A68;
}
.BgClassName
{
background-color: #552A68;
}
</style>
border-color css
<style>
span { border-color: #552A68; }
span { border-color: rgb(85,42,104); }
td.TdClassName
{
border-color: #552A68;
}
.TagClassName
{
border-color: #552A68;
}
</style>