#56166D

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

Shades of Scarlet Gum #56166D

Tints of Scarlet Gum #56166D

Color information

#56166D (or 0x56166D) is unknown color: approx Scarlet Gum. HEX triplet: 56, 16 and 6D. RGB value is (86,22,109). Sum of RGB (Red+Green+Blue) = 86+22+109=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #56166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56166D is #A9E992. Grayscale: #323232. Windows color (decimal): -11135379 or 7149142. OLE color: 7149142.

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

Color convert

RGB8622109-
CMYK0.210.8000.57
HSL284.14º66.41%25.69%-
HSV(B)284.14º79.82%42.75%-
XYZ6.883.6614.81-
YUV51.05160.7152.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=39.63%
G=10.14%
B=50.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86221090.210.8000.57284.1466.4125.69
Hex56166D155003911c421a
Octal126261552512007143410232
Binary10101101011011011011010110100000111001100011100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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