#50356D

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

Shades of Blue Diamond #50356D

Tints of Blue Diamond #50356D

Color information

#50356D (or 0x50356D) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 6D. RGB value is (80,53,109). Sum of RGB (Red+Green+Blue) = 80+53+109=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #50356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50356D is #AFCA92. Grayscale: #434343. Windows color (decimal): -11520659 or 7157072. OLE color: 7157072.

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

Color convert

RGB8053109-
CMYK0.270.5100.57
HSL268.93º34.57%31.76%-
HSV(B)268.93º51.38%42.75%-
XYZ7.345.3615.11-
YUV67.46151.45136.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=33.06%
G=21.90%
B=45.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80531090.270.5100.57268.9334.5731.76
Hex50356D1B3303910d2320
Octal1206515533630714154340
Binary10100001101011101101110111100110111001100001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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