Html Css Color HEX #50355C Scarlet Gum

📋 copy color: '#50355C'

red 80 ◦ green 53 ◦ blue 92

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

Shades of Scarlet Gum #50355C

Tints of Scarlet Gum #50355C

RGB

 RED value IS 80 (31.64% from 255) = 35.56%

 GREEN value IS 53 (21.09% from 255) = 23.56%

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 35.56%
G = 23.56%
B = 40.89%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50355C (or 0x50355C) is known color: Scarlet Gum. HEX triplet: 50, 35 and 5C. RGB value is (80,53,92). Sum of RGB (Red+Green+Blue) = 80+53+92=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #50355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50355C is #AFCAA3. Grayscale: #414141. Windows color (decimal): -11520676 or 6042960. OLE color: 6042960.

HSL color Cylindrical-coordinate representation of color #50355C: hue angle of 281.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50355C is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 53 92 -
CMYK 0.13 0.42 0 0.64
HSL 281.54º 0.27% 0.28% -
HSV(B) 281.54º 0.42% 0.36% -
XYZ 6.51 5.02 10.75 -
YUV 65.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 80 53 92 0.13 0.42 0 0.64 281.54 0.27 0.28
Hex 50 35 5C D 2A 0 40 11A 1B 1C
Octal 120 65 134 15 52 0 100 432 33 34
Binary 1010000 110101 1011100 1101 101010 0 1000000 100011010 11011 11100

Color Harmonies of #50355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50355C

Black with #50355C

Text Example


Text Example

White with #50355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,53,92); }

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

background-color css

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

 a { background-color: rgb(80,53,92); }

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

border-color css

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

 span { border-color: rgb(80,53,92); }

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