Html Css Color HEX #50418A Blue Gem

📋 copy color: '#50418A'

red 80 ◦ green 65 ◦ blue 138

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

Shades of Blue Gem #50418A

Tints of Blue Gem #50418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 28.27%
G = 22.97%
B = 48.76%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50418A (or 0x50418A) is known color: Blue Gem. HEX triplet: 50, 41 and 8A. RGB value is (80,65,138). Sum of RGB (Red+Green+Blue) = 80+65+138=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #50418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50418A is #AFBE75. Grayscale: #4D4D4D. Windows color (decimal): -11517558 or 9060688. OLE color: 9060688.

HSL color Cylindrical-coordinate representation of color #50418A: hue angle of 252.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50418A is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 65 138 -
CMYK 0.42 0.53 0 0.46
HSL 252.33º 0.36% 0.4% -
HSV(B) 252.33º 0.53% 0.54% -
XYZ 9.79 7.32 24.94 -
YUV 77.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 80 65 138 0.42 0.53 0 0.46 252.33 0.36 0.4
Hex 50 41 8A 2A 35 0 2E FC 24 28
Octal 120 101 212 52 65 0 56 374 44 50
Binary 1010000 1000001 10001010 101010 110101 0 101110 11111100 100100 101000

Color Harmonies of #50418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50418A

Black with #50418A

Text Example


Text Example

White with #50418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50418A; }

 p { color: rgb(80,65,138); }

 H1.HeaderClassName
 {
   color: #50418A;
 }
 .AnyTagClassName
 {
   color: #50418A;
 }
</style>

background-color css

<style>
 a { background-color: #50418A; }

 a { background-color: rgb(80,65,138); }

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

border-color css

<style>
 span { border-color: #50418A; }

 span { border-color: rgb(80,65,138); }

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