Shades of Honey Flower #553F6A
Tints of Honey Flower #553F6A
RGB
CMYK
RGB Variations
Color information
#553F6A (or 0x553F6A) is known color: Honey Flower. HEX triplet: 55, 3F and 6A. RGB value is (85,63,106). Sum of RGB (Red+Green+Blue) = 85+63+106=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #553F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F6A is #AAC095. Grayscale: #4A4A4A. Windows color (decimal): -11190422 or 6963029. OLE color: 6963029.
HSL color Cylindrical-coordinate representation of color #553F6A: hue angle of 270.7º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553F6A is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 63 | 106 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.58 |
| HSL | 270.7º | 0.25% | 0.33% | - |
| HSV(B) | 270.7º | 0.41% | 0.42% | - |
| XYZ | 8.13 | 6.53 | 14.47 | - |
| YUV | 74.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 106 | 0.20 | 0.41 | 0 | 0.58 | 270.7 | 0.25 | 0.33 |
| Hex | 55 | 3F | 6A | 14 | 29 | 0 | 3A | 10F | 19 | 21 |
| Octal | 125 | 77 | 152 | 24 | 51 | 0 | 72 | 417 | 31 | 41 |
| Binary | 1010101 | 111111 | 1101010 | 10100 | 101001 | 0 | 111010 | 100001111 | 11001 | 100001 |
Color Harmonies of #553F6A
Complementary color
Monochromatic Colors of #553F6A
Black with #553F6A
Text Example
Text Example
White with #553F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F6A; }
p { color: rgb(85,63,106); }
H1.HeaderClassName
{
color: #553F6A;
}
.AnyTagClassName
{
color: #553F6A;
}
</style>
background-color css
<style>
a { background-color: #553F6A; }
a { background-color: rgb(85,63,106); }
div.DivClassName
{
background-color: #553F6A;
}
.BgClassName
{
background-color: #553F6A;
}
</style>
border-color css
<style>
span { border-color: #553F6A; }
span { border-color: rgb(85,63,106); }
td.TdClassName
{
border-color: #553F6A;
}
.TagClassName
{
border-color: #553F6A;
}
</style>