#563061

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

Shades of Scarlet Gum #563061

Tints of Scarlet Gum #563061

Color information

#563061 (or 0x563061) is unknown color: approx Scarlet Gum. HEX triplet: 56, 30 and 61. RGB value is (86,48,97). Sum of RGB (Red+Green+Blue) = 86+48+97=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #563061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563061 is #A9CF9E. Grayscale: #404040. Windows color (decimal): -11128735 or 6369366. OLE color: 6369366.

HSL color Cylindrical-coordinate representation of color #563061: hue angle of 286.53º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563061 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB864897-
CMYK0.110.5100.62
HSL286.53º33.79%28.43%-
HSV(B)286.53º50.52%38.04%-
XYZ7.054.9611.89-
YUV64.95146.09143.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=37.23%
G=20.78%
B=41.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8648970.110.5100.62286.5333.7928.43
Hex563061B3303E11f221c
Octal1266014113630764374234
Binary101011011000011000011011110011011111010001111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563061; }

 p { color: rgb(86,48,97); }

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

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

 a { background-color: rgb(86,48,97); }

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

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

 span { border-color: rgb(86,48,97); }

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