#552C62

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

Shades of Scarlet Gum #552C62

Tints of Scarlet Gum #552C62

Color information

#552C62 (or 0x552C62) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2C and 62. RGB value is (85,44,98). Sum of RGB (Red+Green+Blue) = 85+44+98=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #552C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C62 is #AAD39D. Grayscale: #3E3E3E. Windows color (decimal): -11195294 or 6433877. OLE color: 6433877.

HSL color Cylindrical-coordinate representation of color #552C62: hue angle of 285.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552C62 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB854498-
CMYK0.130.5500.62
HSL285.56º38.03%27.84%-
HSV(B)285.56º55.1%38.43%-
XYZ6.854.6112.08-
YUV62.41148.08144.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=37.44%
G=19.38%
B=43.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8544980.130.5500.62285.5638.0327.84
Hex552C62D3703E11e261c
Octal1255414215670764364634
Binary101010110110011000101101110111011111010001111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552C62; }

 p { color: rgb(85,44,98); }

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

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

 a { background-color: rgb(85,44,98); }

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

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

 span { border-color: rgb(85,44,98); }

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