#57156C

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

Shades of Scarlet Gum #57156C

Tints of Scarlet Gum #57156C

Color information

#57156C (or 0x57156C) is unknown color: approx Scarlet Gum. HEX triplet: 57, 15 and 6C. RGB value is (87,21,108). Sum of RGB (Red+Green+Blue) = 87+21+108=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #57156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57156C is #A8EA93. Grayscale: #323232. Windows color (decimal): -11070100 or 7083351. OLE color: 7083351.

HSL color Cylindrical-coordinate representation of color #57156C: hue angle of 285.52º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57156C is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8721108-
CMYK0.190.8100.58
HSL285.52º67.44%25.29%-
HSV(B)285.52º80.56%42.35%-
XYZ6.913.6514.53-
YUV50.65160.37153.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 108 (42.58% from 255) = 50%
R=40.28%
G=9.72%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87211080.190.8100.58285.5267.4425.29
Hex57156C135103A11e4319
Octal127251542312107243610331
Binary10101111010111011001001110100010111010100011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57156C; }

 p { color: rgb(87,21,108); }

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

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

 a { background-color: rgb(87,21,108); }

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

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

 span { border-color: rgb(87,21,108); }

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