#50356B

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

Shades of Blue Diamond #50356B

Tints of Blue Diamond #50356B

Color information

#50356B (or 0x50356B) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 6B. RGB value is (80,53,107). Sum of RGB (Red+Green+Blue) = 80+53+107=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #50356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50356B is #AFCA94. Grayscale: #434343. Windows color (decimal): -11520661 or 7026000. OLE color: 7026000.

HSL color Cylindrical-coordinate representation of color #50356B: hue angle of 270º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50356B is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8053107-
CMYK0.250.5000.58
HSL270º33.75%31.37%-
HSV(B)270º50.47%41.96%-
XYZ7.245.3114.55-
YUV67.23150.45137.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=33.33%
G=22.08%
B=44.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80531070.250.5000.5827033.7531.37
Hex50356B193203A10e221f
Octal1206515331620724164237
Binary1010000110101110101111001110010011101010000111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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