Html Css Color HEX #55196A Scarlet Gum

📋 copy color: '#55196A'

red 85 ◦ green 25 ◦ blue 106

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

Shades of Scarlet Gum #55196A

Tints of Scarlet Gum #55196A

RGB

 RED value IS 85 (33.59% from 255) = 39.35%

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

 BLUE value IS 106 (41.8% from 255) = 49.07%

R = 39.35%
G = 11.57%
B = 49.07%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55196A (or 0x55196A) is known color: Scarlet Gum. HEX triplet: 55, 19 and 6A. RGB value is (85,25,106). Sum of RGB (Red+Green+Blue) = 85+25+106=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #55196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55196A is #AAE695. Grayscale: #333333. Windows color (decimal): -11200150 or 6953301. OLE color: 6953301.

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

Color convert

RGB 85 25 106 -
CMYK 0.20 0.76 0 0.58
HSL 284.44º 0.62% 0.26% -
HSV(B) 284.44º 0.76% 0.42% -
XYZ 6.7 3.67 13.99 -
YUV 52.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 85 25 106 0.20 0.76 0 0.58 284.44 0.62 0.26
Hex 55 19 6A 14 4C 0 3A 11C 3E 1A
Octal 125 31 152 24 114 0 72 434 76 32
Binary 1010101 11001 1101010 10100 1001100 0 111010 100011100 111110 11010

Color Harmonies of #55196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55196A

Black with #55196A

Text Example


Text Example

White with #55196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55196A; }

 p { color: rgb(85,25,106); }

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

background-color css

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

 a { background-color: rgb(85,25,106); }

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

border-color css

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

 span { border-color: rgb(85,25,106); }

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