Html Css Color HEX #50439B Blue Gem

📋 copy color: '#50439B'

red 80 ◦ green 67 ◦ blue 155

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

Shades of Blue Gem #50439B

Tints of Blue Gem #50439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 26.49%
G = 22.19%
B = 51.32%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50439B (or 0x50439B) is known color: Blue Gem. HEX triplet: 50, 43 and 9B. RGB value is (80,67,155). Sum of RGB (Red+Green+Blue) = 80+67+155=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #50439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50439B is #AFBC64. Grayscale: #505050. Windows color (decimal): -11517029 or 10175312. OLE color: 10175312.

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

Color convert

RGB 80 67 155 -
CMYK 0.48 0.57 0 0.39
HSL 248.86º 0.4% 0.44% -
HSV(B) 248.86º 0.57% 0.61% -
XYZ 11.23 8.09 31.98 -
YUV 80.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 80 67 155 0.48 0.57 0 0.39 248.86 0.4 0.44
Hex 50 43 9B 30 39 0 27 F9 28 2C
Octal 120 103 233 60 71 0 47 371 50 54
Binary 1010000 1000011 10011011 110000 111001 0 100111 11111001 101000 101100

Color Harmonies of #50439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50439B

Black with #50439B

Text Example


Text Example

White with #50439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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