Html Css Color HEX #50378B Blue Gem

📋 copy color: '#50378B'

red 80 ◦ green 55 ◦ blue 139

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

Shades of Blue Gem #50378B

Tints of Blue Gem #50378B

RGB

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

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

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

R = 29.2%
G = 20.07%
B = 50.73%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50378B (or 0x50378B) is known color: Blue Gem. HEX triplet: 50, 37 and 8B. RGB value is (80,55,139). Sum of RGB (Red+Green+Blue) = 80+55+139=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #50378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50378B is #AFC874. Grayscale: #474747. Windows color (decimal): -11520117 or 9123664. OLE color: 9123664.

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

Color convert

RGB 80 55 139 -
CMYK 0.42 0.60 0 0.45
HSL 257.86º 0.43% 0.38% -
HSV(B) 257.86º 0.6% 0.55% -
XYZ 9.33 6.3 25.15 -
YUV 72.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 80 55 139 0.42 0.60 0 0.45 257.86 0.43 0.38
Hex 50 37 8B 2A 3C 0 2D 102 2B 26
Octal 120 67 213 52 74 0 55 402 53 46
Binary 1010000 110111 10001011 101010 111100 0 101101 100000010 101011 100110

Color Harmonies of #50378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50378B

Black with #50378B

Text Example


Text Example

White with #50378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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