Html Css Color HEX #50409A Blue Gem

📋 copy color: '#50409A'

red 80 ◦ green 64 ◦ blue 154

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

Shades of Blue Gem #50409A

Tints of Blue Gem #50409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 26.85%
G = 21.48%
B = 51.68%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50409A (or 0x50409A) is known color: Blue Gem. HEX triplet: 50, 40 and 9A. RGB value is (80,64,154). Sum of RGB (Red+Green+Blue) = 80+64+154=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #50409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50409A is #AFBF65. Grayscale: #4E4E4E. Windows color (decimal): -11517798 or 10109008. OLE color: 10109008.

HSL color Cylindrical-coordinate representation of color #50409A: hue angle of 250.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50409A is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 64 154 -
CMYK 0.48 0.58 0 0.40
HSL 250.67º 0.41% 0.43% -
HSV(B) 250.67º 0.58% 0.6% -
XYZ 10.97 7.71 31.48 -
YUV 79.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 80 64 154 0.48 0.58 0 0.40 250.67 0.41 0.43
Hex 50 40 9A 30 3A 0 28 FB 29 2B
Octal 120 100 232 60 72 0 50 373 51 53
Binary 1010000 1000000 10011010 110000 111010 0 101000 11111011 101001 101011

Color Harmonies of #50409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50409A

Black with #50409A

Text Example


Text Example

White with #50409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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