Html Css Color HEX #56196B Scarlet Gum

📋 copy color: '#56196B'

red 86 ◦ green 25 ◦ blue 107

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

Shades of Scarlet Gum #56196B

Tints of Scarlet Gum #56196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 39.45%
G = 11.47%
B = 49.08%

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

#56196B (or 0x56196B) is known color: Scarlet Gum. HEX triplet: 56, 19 and 6B. RGB value is (86,25,107). Sum of RGB (Red+Green+Blue) = 86+25+107=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #56196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56196B is #A9E694. Grayscale: #343434. Windows color (decimal): -11134613 or 7018838. OLE color: 7018838.

HSL color Cylindrical-coordinate representation of color #56196B: hue angle of 284.63º 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 #56196B is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 25 107 -
CMYK 0.20 0.77 0 0.58
HSL 284.63º 0.62% 0.26% -
HSV(B) 284.63º 0.77% 0.42% -
XYZ 6.84 3.74 14.27 -
YUV 52.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 86 25 107 0.20 0.77 0 0.58 284.63 0.62 0.26
Hex 56 19 6B 14 4D 0 3A 11D 3E 1A
Octal 126 31 153 24 115 0 72 435 76 32
Binary 1010110 11001 1101011 10100 1001101 0 111010 100011101 111110 11010

Color Harmonies of #56196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56196B

Black with #56196B

Text Example


Text Example

White with #56196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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