Html Css Color HEX #50428A Blue Gem

📋 copy color: '#50428A'

red 80 ◦ green 66 ◦ blue 138

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

Shades of Blue Gem #50428A

Tints of Blue Gem #50428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 28.17%
G = 23.24%
B = 48.59%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50428A (or 0x50428A) is known color: Blue Gem. HEX triplet: 50, 42 and 8A. RGB value is (80,66,138). Sum of RGB (Red+Green+Blue) = 80+66+138=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #50428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50428A is #AFBD75. Grayscale: #4E4E4E. Windows color (decimal): -11517302 or 9060944. OLE color: 9060944.

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

Color convert

RGB 80 66 138 -
CMYK 0.42 0.52 0 0.46
HSL 251.67º 0.35% 0.4% -
HSV(B) 251.67º 0.52% 0.54% -
XYZ 9.84 7.44 24.96 -
YUV 78.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 80 66 138 0.42 0.52 0 0.46 251.67 0.35 0.4
Hex 50 42 8A 2A 34 0 2E FC 23 28
Octal 120 102 212 52 64 0 56 374 43 50
Binary 1010000 1000010 10001010 101010 110100 0 101110 11111100 100011 101000

Color Harmonies of #50428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50428A

Black with #50428A

Text Example


Text Example

White with #50428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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