Html Css Color HEX #50408D Blue Gem

📋 copy color: '#50408D'

red 80 ◦ green 64 ◦ blue 141

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

Shades of Blue Gem #50408D

Tints of Blue Gem #50408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 28.07%
G = 22.46%
B = 49.47%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50408D (or 0x50408D) is known color: Blue Gem. HEX triplet: 50, 40 and 8D. RGB value is (80,64,141). Sum of RGB (Red+Green+Blue) = 80+64+141=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #50408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50408D is #AFBF72. Grayscale: #4D4D4D. Windows color (decimal): -11517811 or 9257040. OLE color: 9257040.

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

Color convert

RGB 80 64 141 -
CMYK 0.43 0.55 0 0.45
HSL 252.47º 0.38% 0.4% -
HSV(B) 252.47º 0.55% 0.55% -
XYZ 9.95 7.3 26.08 -
YUV 77.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 80 64 141 0.43 0.55 0 0.45 252.47 0.38 0.4
Hex 50 40 8D 2B 37 0 2D FC 26 28
Octal 120 100 215 53 67 0 55 374 46 50
Binary 1010000 1000000 10001101 101011 110111 0 101101 11111100 100110 101000

Color Harmonies of #50408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50408D

Black with #50408D

Text Example


Text Example

White with #50408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,64,141); }

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

background-color css

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

 a { background-color: rgb(80,64,141); }

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

border-color css

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

 span { border-color: rgb(80,64,141); }

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