#56206D

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

Shades of Scarlet Gum #56206D

Tints of Scarlet Gum #56206D

Color information

#56206D (or 0x56206D) is unknown color: approx Scarlet Gum. HEX triplet: 56, 20 and 6D. RGB value is (86,32,109). Sum of RGB (Red+Green+Blue) = 86+32+109=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #56206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56206D is #A9DF92. Grayscale: #383838. Windows color (decimal): -11132819 or 7151702. OLE color: 7151702.

HSL color Cylindrical-coordinate representation of color #56206D: hue angle of 282.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56206D is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8632109-
CMYK0.210.7100.57
HSL282.08º54.61%27.65%-
HSV(B)282.08º70.64%42.75%-
XYZ7.114.1214.89-
YUV56.92157.39148.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=37.89%
G=14.10%
B=48.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86321090.210.7100.57282.0854.6127.65
Hex56206D154703911a371c
Octal12640155251070714326734
Binary10101101000001101101101011000111011100110001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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