Html Css Color HEX #50305A Scarlet Gum

📋 copy color: '#50305A'

red 80 ◦ green 48 ◦ blue 90

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

Shades of Scarlet Gum #50305A

Tints of Scarlet Gum #50305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 36.7%
G = 22.02%
B = 41.28%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50305A (or 0x50305A) is known color: Scarlet Gum. HEX triplet: 50, 30 and 5A. RGB value is (80,48,90). Sum of RGB (Red+Green+Blue) = 80+48+90=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #50305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50305A is #AFCFA5. Grayscale: #3E3E3E. Windows color (decimal): -11521958 or 5910608. OLE color: 5910608.

HSL color Cylindrical-coordinate representation of color #50305A: hue angle of 285.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50305A is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 48 90 -
CMYK 0.11 0.47 0 0.65
HSL 285.71º 0.3% 0.27% -
HSV(B) 285.71º 0.47% 0.35% -
XYZ 6.21 4.56 10.23 -
YUV 62.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 80 48 90 0.11 0.47 0 0.65 285.71 0.3 0.27
Hex 50 30 5A B 2F 0 41 11E 1E 1B
Octal 120 60 132 13 57 0 101 436 36 33
Binary 1010000 110000 1011010 1011 101111 0 1000001 100011110 11110 11011

Color Harmonies of #50305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50305A

Black with #50305A

Text Example


Text Example

White with #50305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,48,90); }

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

background-color css

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

 a { background-color: rgb(80,48,90); }

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

border-color css

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

 span { border-color: rgb(80,48,90); }

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