#50429E

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

Shades of Blue Gem #50429E

Tints of Blue Gem #50429E

Color information

#50429E (or 0x50429E) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 9E. RGB value is (80,66,158). Sum of RGB (Red+Green+Blue) = 80+66+158=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #50429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50429E is #AFBD61. Grayscale: #505050. Windows color (decimal): -11517282 or 10371664. OLE color: 10371664.

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

Color convert

RGB8066158-
CMYK0.490.5800.38
HSL249.13º41.07%43.92%-
HSV(B)249.13º58.23%61.96%-
XYZ11.438.0733.3-
YUV80.67171.64127.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=26.32%
G=21.71%
B=51.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80661580.490.5800.38249.1341.0743.92
Hex50429E313A026f9292c
Octal12010223661720463715154
Binary1010000100001010011110110001111010010011011111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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