#57166C

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

Shades of Scarlet Gum #57166C

Tints of Scarlet Gum #57166C

Color information

#57166C (or 0x57166C) is unknown color: approx Scarlet Gum. HEX triplet: 57, 16 and 6C. RGB value is (87,22,108). Sum of RGB (Red+Green+Blue) = 87+22+108=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #57166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57166C is #A8E993. Grayscale: #323232. Windows color (decimal): -11069844 or 7083607. OLE color: 7083607.

HSL color Cylindrical-coordinate representation of color #57166C: hue angle of 285.35º degrees, saturation: 0.66, 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 #57166C is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8722108-
CMYK0.190.8000.58
HSL285.35º66.15%25.49%-
HSV(B)285.35º79.63%42.35%-
XYZ6.923.6814.53-
YUV51.24160.03153.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=40.09%
G=10.14%
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
Decimal87221080.190.8000.58285.3566.1525.49
Hex57166C135003A11d4219
Octal127261542312007243510231
Binary10101111011011011001001110100000111010100011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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