Html Css Color HEX #56206D Scarlet Gum

📋 copy color: '#56206D'

red 86 ◦ green 32 ◦ blue 109

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

Shades of Scarlet Gum #56206D

Tints of Scarlet Gum #56206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 37.89%
G = 14.1%
B = 48.02%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56206D (or 0x56206D) is known color: Scarlet Gum. HEX triplet: 56, 20 and 6D. RGB value is (86,32,109). Sum of RGB (Red+Green+Blue) = 86+32+109=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #56206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56206D is #A9DF92. Grayscale: #383838. Windows color (decimal): -11132819 or 7151702. OLE color: 7151702.

HSL color Cylindrical-coordinate representation of color #56206D: hue angle of 282.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56206D is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 32 109 -
CMYK 0.21 0.71 0 0.57
HSL 282.08º 0.55% 0.28% -
HSV(B) 282.08º 0.71% 0.43% -
XYZ 7.11 4.12 14.89 -
YUV 56.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 86 32 109 0.21 0.71 0 0.57 282.08 0.55 0.28
Hex 56 20 6D 15 47 0 39 11A 37 1C
Octal 126 40 155 25 107 0 71 432 67 34
Binary 1010110 100000 1101101 10101 1000111 0 111001 100011010 110111 11100

Color Harmonies of #56206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56206D

Black with #56206D

Text Example


Text Example

White with #56206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56206D; }

 p { color: rgb(86,32,109); }

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

background-color css

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

 a { background-color: rgb(86,32,109); }

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

border-color css

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

 span { border-color: rgb(86,32,109); }

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