#56166C

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

Shades of Scarlet Gum #56166C

Tints of Scarlet Gum #56166C

Color information

#56166C (or 0x56166C) is unknown color: approx Scarlet Gum. HEX triplet: 56, 16 and 6C. RGB value is (86,22,108). Sum of RGB (Red+Green+Blue) = 86+22+108=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #56166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56166C is #A9E993. Grayscale: #323232. Windows color (decimal): -11135380 or 7083606. OLE color: 7083606.

HSL color Cylindrical-coordinate representation of color #56166C: hue angle of 284.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56166C is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8622108-
CMYK0.200.8000.58
HSL284.65º66.15%25.49%-
HSV(B)284.65º79.63%42.35%-
XYZ6.833.6314.53-
YUV50.94160.2153.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 108 (42.58% from 255) = 50%
R=39.81%
G=10.19%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86221080.200.8000.58284.6566.1525.49
Hex56166C145003A11d4219
Octal126261542412007243510231
Binary10101101011011011001010010100000111010100011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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