Html Css Color HEX #55206C Scarlet Gum

📋 copy color: '#55206C'

red 85 ◦ green 32 ◦ blue 108

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

Shades of Scarlet Gum #55206C

Tints of Scarlet Gum #55206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 37.78%
G = 14.22%
B = 48%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55206C (or 0x55206C) is known color: Scarlet Gum. HEX triplet: 55, 20 and 6C. RGB value is (85,32,108). Sum of RGB (Red+Green+Blue) = 85+32+108=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #55206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55206C is #AADF93. Grayscale: #383838. Windows color (decimal): -11198356 or 7086165. OLE color: 7086165.

HSL color Cylindrical-coordinate representation of color #55206C: hue angle of 281.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55206C is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 32 108 -
CMYK 0.21 0.70 0 0.58
HSL 281.84º 0.54% 0.27% -
HSV(B) 281.84º 0.7% 0.42% -
XYZ 6.97 4.05 14.6 -
YUV 56.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 85 32 108 0.21 0.70 0 0.58 281.84 0.54 0.27
Hex 55 20 6C 15 46 0 3A 11A 36 1B
Octal 125 40 154 25 106 0 72 432 66 33
Binary 1010101 100000 1101100 10101 1000110 0 111010 100011010 110110 11011

Color Harmonies of #55206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55206C

Black with #55206C

Text Example


Text Example

White with #55206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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