#50366A

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

Shades of Blue Diamond #50366A

Tints of Blue Diamond #50366A

Color information

#50366A (or 0x50366A) is unknown color: approx Blue Diamond. HEX triplet: 50, 36 and 6A. RGB value is (80,54,106). Sum of RGB (Red+Green+Blue) = 80+54+106=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #50366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50366A is #AFC995. Grayscale: #434343. Windows color (decimal): -11520406 or 6960720. OLE color: 6960720.

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

Color convert

RGB8054106-
CMYK0.250.4900.58
HSL270º32.5%31.37%-
HSV(B)270º49.06%41.57%-
XYZ7.235.3814.29-
YUV67.7149.61136.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=33.33%
G=22.5%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80541060.250.4900.5827032.531.37
Hex50366A193103A10e201f
Octal1206615231610724164037
Binary1010000110110110101011001110001011101010000111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50366A; }

 p { color: rgb(80,54,106); }

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

<style>
 a { background-color: #50366A; }

 a { background-color: rgb(80,54,106); }

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

<style>
 span { border-color: #50366A; }

 span { border-color: rgb(80,54,106); }

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