Html Css Color HEX #50408F Blue Gem

📋 copy color: '#50408F'

red 80 ◦ green 64 ◦ blue 143

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

Shades of Blue Gem #50408F

Tints of Blue Gem #50408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.83%

R = 27.87%
G = 22.3%
B = 49.83%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50408F (or 0x50408F) is known color: Blue Gem. HEX triplet: 50, 40 and 8F. RGB value is (80,64,143). Sum of RGB (Red+Green+Blue) = 80+64+143=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #50408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50408F is #AFBF70. Grayscale: #4D4D4D. Windows color (decimal): -11517809 or 9388112. OLE color: 9388112.

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

Color convert

RGB 80 64 143 -
CMYK 0.44 0.55 0 0.44
HSL 252.15º 0.38% 0.41% -
HSV(B) 252.15º 0.55% 0.56% -
XYZ 10.1 7.36 26.87 -
YUV 77.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 80 64 143 0.44 0.55 0 0.44 252.15 0.38 0.41
Hex 50 40 8F 2C 37 0 2C FC 26 29
Octal 120 100 217 54 67 0 54 374 46 51
Binary 1010000 1000000 10001111 101100 110111 0 101100 11111100 100110 101001

Color Harmonies of #50408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50408F

Black with #50408F

Text Example


Text Example

White with #50408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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