Shades of Honey Flower #553D69
Tints of Honey Flower #553D69
RGB
CMYK
RGB Variations
Color information
#553D69 (or 0x553D69) is known color: Honey Flower. HEX triplet: 55, 3D and 69. RGB value is (85,61,105). Sum of RGB (Red+Green+Blue) = 85+61+105=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #553D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D69 is #AAC296. Grayscale: #494949. Windows color (decimal): -11190935 or 6896981. OLE color: 6896981.
HSL color Cylindrical-coordinate representation of color #553D69: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553D69 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 61 | 105 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.59 |
| HSL | 272.73º | 0.27% | 0.33% | - |
| HSV(B) | 272.73º | 0.42% | 0.41% | - |
| XYZ | 7.96 | 6.29 | 14.16 | - |
| YUV | 73.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 105 | 0.19 | 0.42 | 0 | 0.59 | 272.73 | 0.27 | 0.33 |
| Hex | 55 | 3D | 69 | 13 | 2A | 0 | 3B | 111 | 1B | 21 |
| Octal | 125 | 75 | 151 | 23 | 52 | 0 | 73 | 421 | 33 | 41 |
| Binary | 1010101 | 111101 | 1101001 | 10011 | 101010 | 0 | 111011 | 100010001 | 11011 | 100001 |
Color Harmonies of #553D69
Complementary color
Monochromatic Colors of #553D69
Black with #553D69
Text Example
Text Example
White with #553D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D69; }
p { color: rgb(85,61,105); }
H1.HeaderClassName
{
color: #553D69;
}
.AnyTagClassName
{
color: #553D69;
}
</style>
background-color css
<style>
a { background-color: #553D69; }
a { background-color: rgb(85,61,105); }
div.DivClassName
{
background-color: #553D69;
}
.BgClassName
{
background-color: #553D69;
}
</style>
border-color css
<style>
span { border-color: #553D69; }
span { border-color: rgb(85,61,105); }
td.TdClassName
{
border-color: #553D69;
}
.TagClassName
{
border-color: #553D69;
}
</style>