Html Css Color HEX #56196C Scarlet Gum

📋 copy color: '#56196C'

red 86 ◦ green 25 ◦ blue 108

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

Shades of Scarlet Gum #56196C

Tints of Scarlet Gum #56196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 39.27%
G = 11.42%
B = 49.32%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56196C (or 0x56196C) is known color: Scarlet Gum. HEX triplet: 56, 19 and 6C. RGB value is (86,25,108). Sum of RGB (Red+Green+Blue) = 86+25+108=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #56196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196C is #A9E693. Grayscale: #343434. Windows color (decimal): -11134612 or 7084374. OLE color: 7084374.

HSL color Cylindrical-coordinate representation of color #56196C: hue angle of 284.1º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56196C is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 25 108 -
CMYK 0.20 0.77 0 0.58
HSL 284.1º 0.62% 0.26% -
HSV(B) 284.1º 0.77% 0.42% -
XYZ 6.89 3.76 14.55 -
YUV 52.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 86 25 108 0.20 0.77 0 0.58 284.1 0.62 0.26
Hex 56 19 6C 14 4D 0 3A 11C 3E 1A
Octal 126 31 154 24 115 0 72 434 76 32
Binary 1010110 11001 1101100 10100 1001101 0 111010 100011100 111110 11010

Color Harmonies of #56196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56196C

Black with #56196C

Text Example


Text Example

White with #56196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56196C; }

 p { color: rgb(86,25,108); }

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

background-color css

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

 a { background-color: rgb(86,25,108); }

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

border-color css

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

 span { border-color: rgb(86,25,108); }

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