#50428C

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

Shades of Blue Gem #50428C

Tints of Blue Gem #50428C

Color information

#50428C (or 0x50428C) is unknown color: approx Blue Gem. HEX triplet: 50, 42 and 8C. RGB value is (80,66,140). Sum of RGB (Red+Green+Blue) = 80+66+140=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #50428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50428C is #AFBD73. Grayscale: #4E4E4E. Windows color (decimal): -11517300 or 9192016. OLE color: 9192016.

HSL color Cylindrical-coordinate representation of color #50428C: hue angle of 251.35º 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 #50428C is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8066140-
CMYK0.430.5300.45
HSL251.35º35.92%40.39%-
HSV(B)251.35º52.86%54.9%-
XYZ9.997.525.73-
YUV78.62162.64128.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=27.97%
G=23.08%
B=48.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80661400.430.5300.45251.3535.9240.39
Hex50428C2B3502Dfb2428
Octal12010221453650553734450
Binary1010000100001010001100101011110101010110111111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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