Html Css Color HEX #50378A Blue Gem

📋 copy color: '#50378A'

red 80 ◦ green 55 ◦ blue 138

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

Shades of Blue Gem #50378A

Tints of Blue Gem #50378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 29.3%
G = 20.15%
B = 50.55%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50378A (or 0x50378A) is known color: Blue Gem. HEX triplet: 50, 37 and 8A. RGB value is (80,55,138). Sum of RGB (Red+Green+Blue) = 80+55+138=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #50378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50378A is #AFC875. Grayscale: #474747. Windows color (decimal): -11520118 or 9058128. OLE color: 9058128.

HSL color Cylindrical-coordinate representation of color #50378A: hue angle of 258.07º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50378A is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 55 138 -
CMYK 0.42 0.60 0 0.46
HSL 258.07º 0.43% 0.38% -
HSV(B) 258.07º 0.6% 0.54% -
XYZ 9.26 6.27 24.77 -
YUV 71.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 80 55 138 0.42 0.60 0 0.46 258.07 0.43 0.38
Hex 50 37 8A 2A 3C 0 2E 102 2B 26
Octal 120 67 212 52 74 0 56 402 53 46
Binary 1010000 110111 10001010 101010 111100 0 101110 100000010 101011 100110

Color Harmonies of #50378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50378A

Black with #50378A

Text Example


Text Example

White with #50378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,55,138); }

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

background-color css

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

 a { background-color: rgb(80,55,138); }

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

border-color css

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

 span { border-color: rgb(80,55,138); }

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