#50429F

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

Shades of Blue Gem #50429F

Tints of Blue Gem #50429F

Color information

#50429F (or 0x50429F) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 9F. RGB value is (80,66,159). Sum of RGB (Red+Green+Blue) = 80+66+159=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #50429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50429F is #AFBD60. Grayscale: #505050. Windows color (decimal): -11517281 or 10437200. OLE color: 10437200.

HSL color Cylindrical-coordinate representation of color #50429F: hue angle of 249.03º 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 #50429F is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8066159-
CMYK0.500.5800.38
HSL249.03º41.33%44.12%-
HSV(B)249.03º58.49%62.35%-
XYZ11.518.1133.76-
YUV80.79172.14127.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=26.23%
G=21.64%
B=52.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80661590.500.5800.38249.0341.3344.12
Hex50429F323A026f9292c
Octal12010223762720463715154
Binary1010000100001010011111110010111010010011011111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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