#50388D

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

Shades of Blue Gem #50388D

Tints of Blue Gem #50388D

Color information

#50388D (or 0x50388D) is unknown color: approx Blue Gem. HEX triplet: 50, 38 and 8D. RGB value is (80,56,141). Sum of RGB (Red+Green+Blue) = 80+56+141=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #50388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50388D is #AFC772. Grayscale: #484848. Windows color (decimal): -11519859 or 9254992. OLE color: 9254992.

HSL color Cylindrical-coordinate representation of color #50388D: hue angle of 256.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50388D is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8056141-
CMYK0.430.6000.45
HSL256.94º43.15%38.63%-
HSV(B)256.94º60.28%55.29%-
XYZ9.536.4625.94-
YUV72.87166.45133.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=28.88%
G=20.22%
B=50.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80561410.430.6000.45256.9443.1538.63
Hex50388D2B3C02D1012b27
Octal1207021553740554015347
Binary1010000111000100011011010111111000101101100000001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50388D; }

 p { color: rgb(80,56,141); }

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

<style>
 a { background-color: #50388D; }

 a { background-color: rgb(80,56,141); }

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

<style>
 span { border-color: #50388D; }

 span { border-color: rgb(80,56,141); }

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