#552863

Color #552863 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #552863

Tints of Scarlet Gum #552863

Color information

#552863 (or 0x552863) is unknown color: approx Scarlet Gum. HEX triplet: 55, 28 and 63. RGB value is (85,40,99). Sum of RGB (Red+Green+Blue) = 85+40+99=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #552863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552863 is #AAD79C. Grayscale: #3B3B3B. Windows color (decimal): -11196317 or 6498389. OLE color: 6498389.

HSL color Cylindrical-coordinate representation of color #552863: hue angle of 285.76º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552863 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB854099-
CMYK0.140.6000.61
HSL285.76º42.45%27.25%-
HSV(B)285.76º59.6%38.82%-
XYZ6.764.3512.29-
YUV60.18149.91145.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=37.95%
G=17.86%
B=44.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8540990.140.6000.61285.7642.4527.25
Hex552863E3C03D11e2a1b
Octal1255014316740754365233
Binary101010110100011000111110111100011110110001111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552863; }

 p { color: rgb(85,40,99); }

 H1.HeaderClassName
 {
   color: #552863;
 }
 .AnyTagClassName
 {
   color: #552863;
 }
</style>
background-color css

<style>
 a { background-color: #552863; }

 a { background-color: rgb(85,40,99); }

 div.DivClassName
 {
   background-color: #552863;
 }
 .BgClassName
 {
   background-color: #552863;
 }
</style>
border-color css

<style>
 span { border-color: #552863; }

 span { border-color: rgb(85,40,99); }

 td.TdClassName
 {
   border-color: #552863;
 }
 .TagClassName
 {
   border-color: #552863;
 }
</style>