Shades of Scarlet Gum #552565
Tints of Scarlet Gum #552565
RGB
CMYK
RGB Variations
Color information
#552565 (or 0x552565) is known color: Scarlet Gum. HEX triplet: 55, 25 and 65. RGB value is (85,37,101). Sum of RGB (Red+Green+Blue) = 85+37+101=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #552565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552565 is #AADA9A. Grayscale: #3A3A3A. Windows color (decimal): -11197083 or 6628693. OLE color: 6628693.
HSL color Cylindrical-coordinate representation of color #552565: hue angle of 285º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552565 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 37 | 101 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.60 |
| HSL | 285º | 0.46% | 0.27% | - |
| HSV(B) | 285º | 0.63% | 0.4% | - |
| XYZ | 6.76 | 4.19 | 12.77 | - |
| YUV | 58.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 101 | 0.16 | 0.63 | 0 | 0.60 | 285 | 0.46 | 0.27 |
| Hex | 55 | 25 | 65 | 10 | 3F | 0 | 3C | 11D | 2E | 1B |
| Octal | 125 | 45 | 145 | 20 | 77 | 0 | 74 | 435 | 56 | 33 |
| Binary | 1010101 | 100101 | 1100101 | 10000 | 111111 | 0 | 111100 | 100011101 | 101110 | 11011 |
Color Harmonies of #552565
Complementary color
Monochromatic Colors of #552565
Black with #552565
Text Example
Text Example
White with #552565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552565; }
p { color: rgb(85,37,101); }
H1.HeaderClassName
{
color: #552565;
}
.AnyTagClassName
{
color: #552565;
}
</style>
background-color css
<style>
a { background-color: #552565; }
a { background-color: rgb(85,37,101); }
div.DivClassName
{
background-color: #552565;
}
.BgClassName
{
background-color: #552565;
}
</style>
border-color css
<style>
span { border-color: #552565; }
span { border-color: rgb(85,37,101); }
td.TdClassName
{
border-color: #552565;
}
.TagClassName
{
border-color: #552565;
}
</style>