#56226B

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

Shades of Scarlet Gum #56226B

Tints of Scarlet Gum #56226B

Color information

#56226B (or 0x56226B) is unknown color: approx Scarlet Gum. HEX triplet: 56, 22 and 6B. RGB value is (86,34,107). Sum of RGB (Red+Green+Blue) = 86+34+107=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #56226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56226B is #A9DD94. Grayscale: #393939. Windows color (decimal): -11132309 or 7021142. OLE color: 7021142.

HSL color Cylindrical-coordinate representation of color #56226B: hue angle of 282.74º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56226B is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8634107-
CMYK0.200.6800.58
HSL282.74º51.77%27.65%-
HSV(B)282.74º68.22%41.96%-
XYZ7.064.1814.35-
YUV57.87155.73148.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=37.89%
G=14.98%
B=47.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86341070.200.6800.58282.7451.7727.65
Hex56226B144403A11b341c
Octal12642153241040724336434
Binary10101101000101101011101001000100011101010001101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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