Html Css Color HEX #55136A Scarlet Gum

📋 copy color: '#55136A'

red 85 ◦ green 19 ◦ blue 106

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

Shades of Scarlet Gum #55136A

Tints of Scarlet Gum #55136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 40.48%
G = 9.05%
B = 50.48%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55136A (or 0x55136A) is known color: Scarlet Gum. HEX triplet: 55, 13 and 6A. RGB value is (85,19,106). Sum of RGB (Red+Green+Blue) = 85+19+106=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #55136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55136A is #AAEC95. Grayscale: #303030. Windows color (decimal): -11201686 or 6951765. OLE color: 6951765.

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

Color convert

RGB 85 19 106 -
CMYK 0.20 0.82 0 0.58
HSL 285.52º 0.7% 0.25% -
HSV(B) 285.52º 0.82% 0.42% -
XYZ 6.58 3.44 13.95 -
YUV 48.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 85 19 106 0.20 0.82 0 0.58 285.52 0.7 0.25
Hex 55 13 6A 14 52 0 3A 11E 46 19
Octal 125 23 152 24 122 0 72 436 106 31
Binary 1010101 10011 1101010 10100 1010010 0 111010 100011110 1000110 11001

Color Harmonies of #55136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55136A

Black with #55136A

Text Example


Text Example

White with #55136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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