Html Css Color HEX #50439D Blue Gem

📋 copy color: '#50439D'

red 80 ◦ green 67 ◦ blue 157

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

Shades of Blue Gem #50439D

Tints of Blue Gem #50439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

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

R = 26.32%
G = 22.04%
B = 51.64%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50439D (or 0x50439D) is known color: Blue Gem. HEX triplet: 50, 43 and 9D. RGB value is (80,67,157). Sum of RGB (Red+Green+Blue) = 80+67+157=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #50439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50439D is #AFBC62. Grayscale: #505050. Windows color (decimal): -11517027 or 10306384. OLE color: 10306384.

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

Color convert

RGB 80 67 157 -
CMYK 0.49 0.57 0 0.38
HSL 248.67º 0.4% 0.44% -
HSV(B) 248.67º 0.57% 0.62% -
XYZ 11.4 8.15 32.87 -
YUV 81.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 80 67 157 0.49 0.57 0 0.38 248.67 0.4 0.44
Hex 50 43 9D 31 39 0 26 F9 28 2C
Octal 120 103 235 61 71 0 46 371 50 54
Binary 1010000 1000011 10011101 110001 111001 0 100110 11111001 101000 101100

Color Harmonies of #50439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50439D

Black with #50439D

Text Example


Text Example

White with #50439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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