#50316D

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

Shades of Blue Diamond #50316D

Tints of Blue Diamond #50316D

Color information

#50316D (or 0x50316D) is unknown color: approx Blue Diamond. HEX triplet: 50, 31 and 6D. RGB value is (80,49,109). Sum of RGB (Red+Green+Blue) = 80+49+109=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #50316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50316D is #AFCE92. Grayscale: #404040. Windows color (decimal): -11521683 or 7156048. OLE color: 7156048.

HSL color Cylindrical-coordinate representation of color #50316D: hue angle of 271º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50316D is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8049109-
CMYK0.270.5500.57
HSL271º37.97%30.98%-
HSV(B)271º55.05%42.75%-
XYZ7.175.0115.06-
YUV65.11152.77138.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=33.61%
G=20.59%
B=45.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80491090.270.5500.5727137.9730.98
Hex50316D1B3703910f261f
Octal1206115533670714174637
Binary1010000110001110110111011110111011100110000111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,49,109); }

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

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

 a { background-color: rgb(80,49,109); }

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

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

 span { border-color: rgb(80,49,109); }

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