#56236B

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

Shades of Scarlet Gum #56236B

Tints of Scarlet Gum #56236B

Color information

#56236B (or 0x56236B) is unknown color: approx Scarlet Gum. HEX triplet: 56, 23 and 6B. RGB value is (86,35,107). Sum of RGB (Red+Green+Blue) = 86+35+107=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #56236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56236B is #A9DC94. Grayscale: #3A3A3A. Windows color (decimal): -11132053 or 7021398. OLE color: 7021398.

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

Color convert

RGB8635107-
CMYK0.200.6700.58
HSL282.5º50.7%27.84%-
HSV(B)282.5º67.29%41.96%-
XYZ7.094.2414.35-
YUV58.46155.4147.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=37.72%
G=15.35%
B=46.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86351070.200.6700.58282.550.727.84
Hex56236B144303A11a331c
Octal12643153241030724326334
Binary10101101000111101011101001000011011101010001101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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