#57156B

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

Shades of Scarlet Gum #57156B

Tints of Scarlet Gum #57156B

Color information

#57156B (or 0x57156B) is unknown color: approx Scarlet Gum. HEX triplet: 57, 15 and 6B. RGB value is (87,21,107). Sum of RGB (Red+Green+Blue) = 87+21+107=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #57156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57156B is #A8EA94. Grayscale: #323232. Windows color (decimal): -11070101 or 7017815. OLE color: 7017815.

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

Color convert

RGB8721107-
CMYK0.190.8000.58
HSL286.05º67.19%25.1%-
HSV(B)286.05º80.37%41.96%-
XYZ6.853.6214.25-
YUV50.54159.87154.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=40.47%
G=9.77%
B=49.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87211070.190.8000.58286.0567.1925.1
Hex57156B135003A11e4319
Octal127251532312007243610331
Binary10101111010111010111001110100000111010100011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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