Shades of Scarlet Gum #552462
Tints of Scarlet Gum #552462
RGB
CMYK
RGB Variations
Color information
#552462 (or 0x552462) is known color: Scarlet Gum. HEX triplet: 55, 24 and 62. RGB value is (85,36,98). Sum of RGB (Red+Green+Blue) = 85+36+98=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #552462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552462 is #AADB9D. Grayscale: #393939. Windows color (decimal): -11197342 or 6431829. OLE color: 6431829.
HSL color Cylindrical-coordinate representation of color #552462: hue angle of 287.42º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552462 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 36 | 98 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.62 |
| HSL | 287.42º | 0.46% | 0.26% | - |
| HSV(B) | 287.42º | 0.63% | 0.38% | - |
| XYZ | 6.58 | 4.07 | 11.99 | - |
| YUV | 57.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 98 | 0.13 | 0.63 | 0 | 0.62 | 287.42 | 0.46 | 0.26 |
| Hex | 55 | 24 | 62 | D | 3F | 0 | 3E | 11F | 2E | 1A |
| Octal | 125 | 44 | 142 | 15 | 77 | 0 | 76 | 437 | 56 | 32 |
| Binary | 1010101 | 100100 | 1100010 | 1101 | 111111 | 0 | 111110 | 100011111 | 101110 | 11010 |
Color Harmonies of #552462
Complementary color
Monochromatic Colors of #552462
Black with #552462
Text Example
Text Example
White with #552462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552462; }
p { color: rgb(85,36,98); }
H1.HeaderClassName
{
color: #552462;
}
.AnyTagClassName
{
color: #552462;
}
</style>
background-color css
<style>
a { background-color: #552462; }
a { background-color: rgb(85,36,98); }
div.DivClassName
{
background-color: #552462;
}
.BgClassName
{
background-color: #552462;
}
</style>
border-color css
<style>
span { border-color: #552462; }
span { border-color: rgb(85,36,98); }
td.TdClassName
{
border-color: #552462;
}
.TagClassName
{
border-color: #552462;
}
</style>