#552164

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

Shades of Scarlet Gum #552164

Tints of Scarlet Gum #552164

Color information

#552164 (or 0x552164) is unknown color: approx Scarlet Gum. HEX triplet: 55, 21 and 64. RGB value is (85,33,100). Sum of RGB (Red+Green+Blue) = 85+33+100=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #552164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552164 is #AADE9B. Grayscale: #373737. Windows color (decimal): -11198108 or 6562133. OLE color: 6562133.

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

Color convert

RGB8533100-
CMYK0.150.6700.61
HSL286.57º50.38%26.08%-
HSV(B)286.57º67%39.22%-
XYZ6.593.9412.47-
YUV56.19152.73148.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=38.99%
G=15.14%
B=45.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85331000.150.6700.61286.5750.3826.08
Hex552164F4303D11f321a
Octal12541144171030754376232
Binary1010101100001110010011111000011011110110001111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552164; }

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

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

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

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

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

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

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

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