#56196A

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

Shades of Scarlet Gum #56196A

Tints of Scarlet Gum #56196A

Color information

#56196A (or 0x56196A) is unknown color: approx Scarlet Gum. HEX triplet: 56, 19 and 6A. RGB value is (86,25,106). Sum of RGB (Red+Green+Blue) = 86+25+106=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #56196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196A is #A9E695. Grayscale: #343434. Windows color (decimal): -11134614 or 6953302. OLE color: 6953302.

HSL color Cylindrical-coordinate representation of color #56196A: hue angle of 285.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56196A is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8625106-
CMYK0.190.7600.58
HSL285.19º61.83%25.69%-
HSV(B)285.19º76.42%41.57%-
XYZ6.793.7113.99-
YUV52.47158.21151.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=39.63%
G=11.52%
B=48.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86251060.190.7600.58285.1961.8325.69
Hex56196A134C03A11d3e1a
Octal12631152231140724357632
Binary1010110110011101010100111001100011101010001110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56196A; }

 p { color: rgb(86,25,106); }

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

<style>
 a { background-color: #56196A; }

 a { background-color: rgb(86,25,106); }

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

<style>
 span { border-color: #56196A; }

 span { border-color: rgb(86,25,106); }

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