#552E64

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

Shades of Scarlet Gum #552E64

Tints of Scarlet Gum #552E64

Color information

#552E64 (or 0x552E64) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2E and 64. RGB value is (85,46,100). Sum of RGB (Red+Green+Blue) = 85+46+100=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #552E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E64 is #AAD19B. Grayscale: #3F3F3F. Windows color (decimal): -11194780 or 6565461. OLE color: 6565461.

HSL color Cylindrical-coordinate representation of color #552E64: hue angle of 283.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552E64 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8546100-
CMYK0.150.5400.61
HSL283.33º36.99%28.63%-
HSV(B)283.33º54%39.22%-
XYZ7.024.8112.61-
YUV63.82148.42143.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=36.80%
G=19.91%
B=43.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85461000.150.5400.61283.3336.9928.63
Hex552E64F3603D11b251d
Octal1255614417660754334535
Binary101010110111011001001111110110011110110001101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,100); }

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

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

 a { background-color: rgb(85,46,100); }

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

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

 span { border-color: rgb(85,46,100); }

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