Html Css Color HEX #563061 Scarlet Gum

📋 copy color: '#563061'

red 86 ◦ green 48 ◦ blue 97

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

Shades of Scarlet Gum #563061

Tints of Scarlet Gum #563061

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 value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563061 (or 0x563061) is known color: 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

RGB 86 48 97 -
CMYK 0.11 0.51 0 0.62
HSL 286.53º 0.34% 0.28% -
HSV(B) 286.53º 0.51% 0.38% -
XYZ 7.05 4.96 11.89 -
YUV 64.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 86 48 97 0.11 0.51 0 0.62 286.53 0.34 0.28
Hex 56 30 61 B 33 0 3E 11F 22 1C
Octal 126 60 141 13 63 0 76 437 42 34
Binary 1010110 110000 1100001 1011 110011 0 111110 100011111 100010 11100

Color Harmonies of #563061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563061

Black with #563061

Text Example


Text Example

White with #563061

Text Example


Text Example

HTML Codes & Css Web 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>