#56196E

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

Shades of Scarlet Gum #56196E

Tints of Scarlet Gum #56196E

Color information

#56196E (or 0x56196E) is unknown color: approx Scarlet Gum. HEX triplet: 56, 19 and 6E. RGB value is (86,25,110). Sum of RGB (Red+Green+Blue) = 86+25+110=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #56196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196E is #A9E691. Grayscale: #343434. Windows color (decimal): -11134610 or 7215446. OLE color: 7215446.

HSL color Cylindrical-coordinate representation of color #56196E: hue angle of 283.06º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56196E is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8625110-
CMYK0.220.7700.57
HSL283.06º62.96%26.47%-
HSV(B)283.06º77.27%43.14%-
XYZ73.815.12-
YUV52.93160.21151.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=38.91%
G=11.31%
B=49.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86251100.220.7700.57283.0662.9626.47
Hex56196E164D03911b3f1a
Octal12631156261150714337732
Binary1010110110011101110101101001101011100110001101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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