Html Css Color HEX #50389D Blue Gem

📋 copy color: '#50389D'

red 80 ◦ green 56 ◦ blue 157

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

Shades of Blue Gem #50389D

Tints of Blue Gem #50389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 27.3%
G = 19.11%
B = 53.58%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50389D (or 0x50389D) is known color: Blue Gem. HEX triplet: 50, 38 and 9D. RGB value is (80,56,157). Sum of RGB (Red+Green+Blue) = 80+56+157=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #50389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50389D is #AFC762. Grayscale: #4A4A4A. Windows color (decimal): -11519843 or 10303568. OLE color: 10303568.

HSL color Cylindrical-coordinate representation of color #50389D: hue angle of 254.26º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50389D is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 56 157 -
CMYK 0.49 0.64 0 0.38
HSL 254.26º 0.47% 0.42% -
HSV(B) 254.26º 0.64% 0.62% -
XYZ 10.81 6.97 32.67 -
YUV 74.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 80 56 157 0.49 0.64 0 0.38 254.26 0.47 0.42
Hex 50 38 9D 31 40 0 26 FE 2F 2A
Octal 120 70 235 61 100 0 46 376 57 52
Binary 1010000 111000 10011101 110001 1000000 0 100110 11111110 101111 101010

Color Harmonies of #50389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50389D

Black with #50389D

Text Example


Text Example

White with #50389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50389D; }

 p { color: rgb(80,56,157); }

 H1.HeaderClassName
 {
   color: #50389D;
 }
 .AnyTagClassName
 {
   color: #50389D;
 }
</style>

background-color css

<style>
 a { background-color: #50389D; }

 a { background-color: rgb(80,56,157); }

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

border-color css

<style>
 span { border-color: #50389D; }

 span { border-color: rgb(80,56,157); }

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