#56156B

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

Shades of Scarlet Gum #56156B

Tints of Scarlet Gum #56156B

Color information

#56156B (or 0x56156B) is unknown color: approx Scarlet Gum. HEX triplet: 56, 15 and 6B. RGB value is (86,21,107). Sum of RGB (Red+Green+Blue) = 86+21+107=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #56156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56156B is #A9EA94. Grayscale: #313131. Windows color (decimal): -11135637 or 7017814. OLE color: 7017814.

HSL color Cylindrical-coordinate representation of color #56156B: hue angle of 285.35º degrees, saturation: 0.67, 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 #56156B is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8621107-
CMYK0.200.8000.58
HSL285.35º67.19%25.1%-
HSV(B)285.35º80.37%41.96%-
XYZ6.763.5814.24-
YUV50.24160.03153.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 107 (42.19% from 255) = 50%
R=40.19%
G=9.81%
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
Decimal86211070.200.8000.58285.3567.1925.1
Hex56156B145003A11d4319
Octal126251532412007243510331
Binary10101101010111010111010010100000111010100011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56156B; }

 p { color: rgb(86,21,107); }

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

<style>
 a { background-color: #56156B; }

 a { background-color: rgb(86,21,107); }

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

<style>
 span { border-color: #56156B; }

 span { border-color: rgb(86,21,107); }

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