Html Css Color HEX #50458E Blue Gem

📋 copy color: '#50458E'

red 80 ◦ green 69 ◦ blue 142

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

Shades of Blue Gem #50458E

Tints of Blue Gem #50458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.8%

R = 27.49%
G = 23.71%
B = 48.8%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50458E (or 0x50458E) is known color: Blue Gem. HEX triplet: 50, 45 and 8E. RGB value is (80,69,142). Sum of RGB (Red+Green+Blue) = 80+69+142=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #50458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50458E is #AFBA71. Grayscale: #505050. Windows color (decimal): -11516530 or 9323856. OLE color: 9323856.

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

Color convert

RGB 80 69 142 -
CMYK 0.44 0.51 0 0.44
HSL 249.04º 0.35% 0.41% -
HSV(B) 249.04º 0.51% 0.56% -
XYZ 10.32 7.91 26.58 -
YUV 80.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 80 69 142 0.44 0.51 0 0.44 249.04 0.35 0.41
Hex 50 45 8E 2C 33 0 2C F9 23 29
Octal 120 105 216 54 63 0 54 371 43 51
Binary 1010000 1000101 10001110 101100 110011 0 101100 11111001 100011 101001

Color Harmonies of #50458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50458E

Black with #50458E

Text Example


Text Example

White with #50458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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