Html Css Color HEX #55196D Scarlet Gum

📋 copy color: '#55196D'

red 85 ◦ green 25 ◦ blue 109

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

Shades of Scarlet Gum #55196D

Tints of Scarlet Gum #55196D

RGB

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

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

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

R = 38.81%
G = 11.42%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55196D (or 0x55196D) is known color: Scarlet Gum. HEX triplet: 55, 19 and 6D. RGB value is (85,25,109). Sum of RGB (Red+Green+Blue) = 85+25+109=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #55196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55196D is #AAE692. Grayscale: #343434. Windows color (decimal): -11200147 or 7149909. OLE color: 7149909.

HSL color Cylindrical-coordinate representation of color #55196D: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55196D is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 25 109 -
CMYK 0.22 0.77 0 0.57
HSL 282.86º 0.63% 0.26% -
HSV(B) 282.86º 0.77% 0.43% -
XYZ 6.85 3.73 14.83 -
YUV 52.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 85 25 109 0.22 0.77 0 0.57 282.86 0.63 0.26
Hex 55 19 6D 16 4D 0 39 11B 3F 1A
Octal 125 31 155 26 115 0 71 433 77 32
Binary 1010101 11001 1101101 10110 1001101 0 111001 100011011 111111 11010

Color Harmonies of #55196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55196D

Black with #55196D

Text Example


Text Example

White with #55196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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