Html Css Color HEX #55166C Scarlet Gum

📋 copy color: '#55166C'

red 85 ◦ green 22 ◦ blue 108

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

Shades of Scarlet Gum #55166C

Tints of Scarlet Gum #55166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 39.53%
G = 10.23%
B = 50.23%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55166C (or 0x55166C) is known color: Scarlet Gum. HEX triplet: 55, 16 and 6C. RGB value is (85,22,108). Sum of RGB (Red+Green+Blue) = 85+22+108=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #55166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55166C is #AAE993. Grayscale: #323232. Windows color (decimal): -11200916 or 7083605. OLE color: 7083605.

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

Color convert

RGB 85 22 108 -
CMYK 0.21 0.80 0 0.58
HSL 283.95º 0.66% 0.25% -
HSV(B) 283.95º 0.8% 0.42% -
XYZ 6.74 3.59 14.52 -
YUV 50.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 85 22 108 0.21 0.80 0 0.58 283.95 0.66 0.25
Hex 55 16 6C 15 50 0 3A 11C 42 19
Octal 125 26 154 25 120 0 72 434 102 31
Binary 1010101 10110 1101100 10101 1010000 0 111010 100011100 1000010 11001

Color Harmonies of #55166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55166C

Black with #55166C

Text Example


Text Example

White with #55166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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