#56176D

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

Shades of Scarlet Gum #56176D

Tints of Scarlet Gum #56176D

Color information

#56176D (or 0x56176D) is unknown color: approx Scarlet Gum. HEX triplet: 56, 17 and 6D. RGB value is (86,23,109). Sum of RGB (Red+Green+Blue) = 86+23+109=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #56176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56176D is #A9E892. Grayscale: #333333. Windows color (decimal): -11135123 or 7149398. OLE color: 7149398.

HSL color Cylindrical-coordinate representation of color #56176D: hue angle of 283.95º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56176D is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8623109-
CMYK0.210.7900.57
HSL283.95º65.15%25.88%-
HSV(B)283.95º78.9%42.75%-
XYZ6.93.714.82-
YUV51.64160.37152.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 109 (42.97% from 255) = 50%
R=39.45%
G=10.55%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86231090.210.7900.57283.9565.1525.88
Hex56176D154F03911c411a
Octal126271552511707143410132
Binary10101101011111011011010110011110111001100011100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56176D; }

 p { color: rgb(86,23,109); }

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

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

 a { background-color: rgb(86,23,109); }

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

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

 span { border-color: rgb(86,23,109); }

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