Shades of Honey Flower #553D6B
Tints of Honey Flower #553D6B
RGB
CMYK
RGB Variations
Color information
#553D6B (or 0x553D6B) is known color: Honey Flower. HEX triplet: 55, 3D and 6B. RGB value is (85,61,107). Sum of RGB (Red+Green+Blue) = 85+61+107=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #553D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D6B is #AAC294. Grayscale: #494949. Windows color (decimal): -11190933 or 7028053. OLE color: 7028053.
HSL color Cylindrical-coordinate representation of color #553D6B: hue angle of 271.3º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #553D6B is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 61 | 107 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.58 |
| HSL | 271.3º | 0.27% | 0.33% | - |
| HSV(B) | 271.3º | 0.43% | 0.42% | - |
| XYZ | 8.07 | 6.33 | 14.71 | - |
| YUV | 73.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 107 | 0.21 | 0.43 | 0 | 0.58 | 271.3 | 0.27 | 0.33 |
| Hex | 55 | 3D | 6B | 15 | 2B | 0 | 3A | 10F | 1B | 21 |
| Octal | 125 | 75 | 153 | 25 | 53 | 0 | 72 | 417 | 33 | 41 |
| Binary | 1010101 | 111101 | 1101011 | 10101 | 101011 | 0 | 111010 | 100001111 | 11011 | 100001 |
Color Harmonies of #553D6B
Complementary color
Monochromatic Colors of #553D6B
Black with #553D6B
Text Example
Text Example
White with #553D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D6B; }
p { color: rgb(85,61,107); }
H1.HeaderClassName
{
color: #553D6B;
}
.AnyTagClassName
{
color: #553D6B;
}
</style>
background-color css
<style>
a { background-color: #553D6B; }
a { background-color: rgb(85,61,107); }
div.DivClassName
{
background-color: #553D6B;
}
.BgClassName
{
background-color: #553D6B;
}
</style>
border-color css
<style>
span { border-color: #553D6B; }
span { border-color: rgb(85,61,107); }
td.TdClassName
{
border-color: #553D6B;
}
.TagClassName
{
border-color: #553D6B;
}
</style>