#56226C

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

Shades of Scarlet Gum #56226C

Tints of Scarlet Gum #56226C

Color information

#56226C (or 0x56226C) is unknown color: approx Scarlet Gum. HEX triplet: 56, 22 and 6C. RGB value is (86,34,108). Sum of RGB (Red+Green+Blue) = 86+34+108=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #56226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56226C is #A9DD93. Grayscale: #393939. Windows color (decimal): -11132308 or 7086678. OLE color: 7086678.

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

Color convert

RGB8634108-
CMYK0.200.6900.58
HSL282.16º52.11%27.84%-
HSV(B)282.16º68.52%42.35%-
XYZ7.124.2114.62-
YUV57.98156.23147.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=37.72%
G=14.91%
B=47.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86341080.200.6900.58282.1652.1127.84
Hex56226C144503A11a341c
Octal12642154241050724326434
Binary10101101000101101100101001000101011101010001101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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