#56176E

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

Shades of Scarlet Gum #56176E

Tints of Scarlet Gum #56176E

Color information

#56176E (or 0x56176E) is unknown color: approx Scarlet Gum. HEX triplet: 56, 17 and 6E. RGB value is (86,23,110). Sum of RGB (Red+Green+Blue) = 86+23+110=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #56176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56176E is #A9E891. Grayscale: #333333. Windows color (decimal): -11135122 or 7214934. OLE color: 7214934.

HSL color Cylindrical-coordinate representation of color #56176E: hue angle of 283.45º 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 #56176E is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8623110-
CMYK0.220.7900.57
HSL283.45º65.41%26.08%-
HSV(B)283.45º79.09%43.14%-
XYZ6.963.7215.1-
YUV51.76160.87152.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=39.27%
G=10.50%
B=50.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86231100.220.7900.57283.4565.4126.08
Hex56176E164F03911b411a
Octal126271562611707143310132
Binary10101101011111011101011010011110111001100011011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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