Html Css Color HEX #50398B Blue Gem

📋 copy color: '#50398B'

red 80 ◦ green 57 ◦ blue 139

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

Shades of Blue Gem #50398B

Tints of Blue Gem #50398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 28.99%
G = 20.65%
B = 50.36%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50398B (or 0x50398B) is known color: Blue Gem. HEX triplet: 50, 39 and 8B. RGB value is (80,57,139). Sum of RGB (Red+Green+Blue) = 80+57+139=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #50398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50398B is #AFC674. Grayscale: #484848. Windows color (decimal): -11519605 or 9124176. OLE color: 9124176.

HSL color Cylindrical-coordinate representation of color #50398B: hue angle of 256.83º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50398B is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 57 139 -
CMYK 0.42 0.59 0 0.45
HSL 256.83º 0.42% 0.38% -
HSV(B) 256.83º 0.59% 0.55% -
XYZ 9.43 6.5 25.18 -
YUV 73.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 80 57 139 0.42 0.59 0 0.45 256.83 0.42 0.38
Hex 50 39 8B 2A 3B 0 2D 101 2A 26
Octal 120 71 213 52 73 0 55 401 52 46
Binary 1010000 111001 10001011 101010 111011 0 101101 100000001 101010 100110

Color Harmonies of #50398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50398B

Black with #50398B

Text Example


Text Example

White with #50398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50398B; }

 p { color: rgb(80,57,139); }

 H1.HeaderClassName
 {
   color: #50398B;
 }
 .AnyTagClassName
 {
   color: #50398B;
 }
</style>

background-color css

<style>
 a { background-color: #50398B; }

 a { background-color: rgb(80,57,139); }

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

border-color css

<style>
 span { border-color: #50398B; }

 span { border-color: rgb(80,57,139); }

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