#563162

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

Shades of Scarlet Gum #563162

Tints of Scarlet Gum #563162

Color information

#563162 (or 0x563162) is unknown color: approx Scarlet Gum. HEX triplet: 56, 31 and 62. RGB value is (86,49,98). Sum of RGB (Red+Green+Blue) = 86+49+98=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #563162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563162 is #A9CE9D. Grayscale: #414141. Windows color (decimal): -11128478 or 6435158. OLE color: 6435158.

HSL color Cylindrical-coordinate representation of color #563162: hue angle of 285.31º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563162 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB864998-
CMYK0.120.500.62
HSL285.31º33.33%28.82%-
HSV(B)285.31º50%38.43%-
XYZ7.145.0612.15-
YUV65.65146.26142.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=36.91%
G=21.03%
B=42.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8649980.120.500.62285.3133.3328.82
Hex563162C3203E11d211d
Octal1266114214620764354135
Binary101011011000111000101100110010011111010001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563162; }

 p { color: rgb(86,49,98); }

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

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

 a { background-color: rgb(86,49,98); }

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

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

 span { border-color: rgb(86,49,98); }

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