#551164

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

Shades of Scarlet Gum #551164

Tints of Scarlet Gum #551164

Color information

#551164 (or 0x551164) is unknown color: approx Scarlet Gum. HEX triplet: 55, 11 and 64. RGB value is (85,17,100). Sum of RGB (Red+Green+Blue) = 85+17+100=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #551164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551164 is #AAEE9B. Grayscale: #2E2E2E. Windows color (decimal): -11202204 or 6558037. OLE color: 6558037.

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

Color convert

RGB8517100-
CMYK0.150.8300.61
HSL289.16º70.94%22.94%-
HSV(B)289.16º83%39.22%-
XYZ6.253.2512.36-
YUV46.79158.03155.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 100 (39.45% from 255) = 49.50%
R=42.08%
G=8.42%
B=49.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85171000.150.8300.61289.1670.9422.94
Hex551164F5303D1214717
Octal125211441712307544110727
Binary1010101100011100100111110100110111101100100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551164; }

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

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

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

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

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

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

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

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