#552664

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

Shades of Scarlet Gum #552664

Tints of Scarlet Gum #552664

Color information

#552664 (or 0x552664) is unknown color: approx Scarlet Gum. HEX triplet: 55, 26 and 64. RGB value is (85,38,100). Sum of RGB (Red+Green+Blue) = 85+38+100=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #552664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552664 is #AAD99B. Grayscale: #3A3A3A. Windows color (decimal): -11196828 or 6563413. OLE color: 6563413.

HSL color Cylindrical-coordinate representation of color #552664: hue angle of 285.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552664 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8538100-
CMYK0.150.6200.61
HSL285.48º44.93%27.06%-
HSV(B)285.48º62%39.22%-
XYZ6.744.2412.52-
YUV59.12151.07146.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=38.12%
G=17.04%
B=44.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85381000.150.6200.61285.4844.9327.06
Hex552664F3E03D11d2d1b
Octal1254614417760754355533
Binary101010110011011001001111111110011110110001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552664; }

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

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

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

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

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

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

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

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