Html Css Color HEX #50458D Blue Gem

📋 copy color: '#50458D'

red 80 ◦ green 69 ◦ blue 141

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

Shades of Blue Gem #50458D

Tints of Blue Gem #50458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 27.59%
G = 23.79%
B = 48.62%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50458D (or 0x50458D) is known color: Blue Gem. HEX triplet: 50, 45 and 8D. RGB value is (80,69,141). Sum of RGB (Red+Green+Blue) = 80+69+141=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #50458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50458D is #AFBA72. Grayscale: #505050. Windows color (decimal): -11516531 or 9258320. OLE color: 9258320.

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

Color convert

RGB 80 69 141 -
CMYK 0.43 0.51 0 0.45
HSL 249.17º 0.34% 0.41% -
HSV(B) 249.17º 0.51% 0.55% -
XYZ 10.24 7.88 26.18 -
YUV 80.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 80 69 141 0.43 0.51 0 0.45 249.17 0.34 0.41
Hex 50 45 8D 2B 33 0 2D F9 22 29
Octal 120 105 215 53 63 0 55 371 42 51
Binary 1010000 1000101 10001101 101011 110011 0 101101 11111001 100010 101001

Color Harmonies of #50458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50458D

Black with #50458D

Text Example


Text Example

White with #50458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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