#50429C

Color #50429C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #50429C

Tints of Blue Gem #50429C

Color information

#50429C (or 0x50429C) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 9C. RGB value is (80,66,156). Sum of RGB (Red+Green+Blue) = 80+66+156=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #50429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50429C is #AFBD63. Grayscale: #505050. Windows color (decimal): -11517284 or 10240592. OLE color: 10240592.

HSL color Cylindrical-coordinate representation of color #50429C: hue angle of 249.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50429C is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8066156-
CMYK0.490.5800.39
HSL249.33º40.54%43.53%-
HSV(B)249.33º57.69%61.18%-
XYZ11.26832.4-
YUV80.45170.64127.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=26.49%
G=21.85%
B=51.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80661560.490.5800.39249.3340.5443.53
Hex50429C313A027f9292c
Octal12010223461720473715154
Binary1010000100001010011100110001111010010011111111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50429C; }

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

 H1.HeaderClassName
 {
   color: #50429C;
 }
 .AnyTagClassName
 {
   color: #50429C;
 }
</style>
background-color css

<style>
 a { background-color: #50429C; }

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

 div.DivClassName
 {
   background-color: #50429C;
 }
 .BgClassName
 {
   background-color: #50429C;
 }
</style>
border-color css

<style>
 span { border-color: #50429C; }

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

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