#50428B

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

Shades of Blue Gem #50428B

Tints of Blue Gem #50428B

Color information

#50428B (or 0x50428B) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 8B. RGB value is (80,66,139). Sum of RGB (Red+Green+Blue) = 80+66+139=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #50428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50428B is #AFBD74. Grayscale: #4E4E4E. Windows color (decimal): -11517301 or 9126480. OLE color: 9126480.

HSL color Cylindrical-coordinate representation of color #50428B: hue angle of 251.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50428B is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8066139-
CMYK0.420.5300.45
HSL251.51º35.61%40.2%-
HSV(B)251.51º52.52%54.51%-
XYZ9.927.4725.34-
YUV78.51162.14129.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=28.07%
G=23.16%
B=48.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80661390.420.5300.45251.5135.6140.2
Hex50428B2A3502Dfc2428
Octal12010221352650553744450
Binary1010000100001010001011101010110101010110111111100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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