Html Css Color HEX #55156C Scarlet Gum

📋 copy color: '#55156C'

red 85 ◦ green 21 ◦ blue 108

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

Shades of Scarlet Gum #55156C

Tints of Scarlet Gum #55156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 39.72%
G = 9.81%
B = 50.47%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55156C (or 0x55156C) is known color: Scarlet Gum. HEX triplet: 55, 15 and 6C. RGB value is (85,21,108). Sum of RGB (Red+Green+Blue) = 85+21+108=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #55156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55156C is #AAEA93. Grayscale: #313131. Windows color (decimal): -11201172 or 7083349. OLE color: 7083349.

HSL color Cylindrical-coordinate representation of color #55156C: hue angle of 284.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55156C is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 21 108 -
CMYK 0.21 0.81 0 0.58
HSL 284.14º 0.67% 0.25% -
HSV(B) 284.14º 0.81% 0.42% -
XYZ 6.72 3.55 14.52 -
YUV 50.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 85 21 108 0.21 0.81 0 0.58 284.14 0.67 0.25
Hex 55 15 6C 15 51 0 3A 11C 43 19
Octal 125 25 154 25 121 0 72 434 103 31
Binary 1010101 10101 1101100 10101 1010001 0 111010 100011100 1000011 11001

Color Harmonies of #55156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55156C

Black with #55156C

Text Example


Text Example

White with #55156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,21,108); }

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

background-color css

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

 a { background-color: rgb(85,21,108); }

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

border-color css

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

 span { border-color: rgb(85,21,108); }

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