Html Css Color HEX #563560 Scarlet Gum

📋 copy color: '#563560'

red 86 ◦ green 53 ◦ blue 96

#563560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #563560

Tints of Scarlet Gum #563560

RGB

 RED value IS 86 (33.98% from 255) = 36.6%

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 36.6%
G = 22.55%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563560 (or 0x563560) is known color: Scarlet Gum. HEX triplet: 56, 35 and 60. RGB value is (86,53,96). Sum of RGB (Red+Green+Blue) = 86+53+96=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #563560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563560 is #A9CA9F. Grayscale: #434343. Windows color (decimal): -11127456 or 6305110. OLE color: 6305110.

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

Color convert

RGB 86 53 96 -
CMYK 0.10 0.45 0 0.62
HSL 286.05º 0.29% 0.29% -
HSV(B) 286.05º 0.45% 0.38% -
XYZ 7.22 5.37 11.72 -
YUV 67.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 86 53 96 0.10 0.45 0 0.62 286.05 0.29 0.29
Hex 56 35 60 A 2D 0 3E 11E 1D 1D
Octal 126 65 140 12 55 0 76 436 35 35
Binary 1010110 110101 1100000 1010 101101 0 111110 100011110 11101 11101

Color Harmonies of #563560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563560

Black with #563560

Text Example


Text Example

White with #563560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563560; }

 p { color: rgb(86,53,96); }

 H1.HeaderClassName
 {
   color: #563560;
 }
 .AnyTagClassName
 {
   color: #563560;
 }
</style>

background-color css

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

 a { background-color: rgb(86,53,96); }

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

border-color css

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

 span { border-color: rgb(86,53,96); }

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