#50226A

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

Shades of Blue Diamond #50226A

Tints of Blue Diamond #50226A

Color information

#50226A (or 0x50226A) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 6A. RGB value is (80,34,106). Sum of RGB (Red+Green+Blue) = 80+34+106=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #50226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50226A is #AFDD95. Grayscale: #373737. Windows color (decimal): -11525526 or 6955600. OLE color: 6955600.

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

Color convert

RGB8034106-
CMYK0.250.6800.58
HSL278.33º51.43%27.45%-
HSV(B)278.33º67.92%41.57%-
XYZ6.483.8914.04-
YUV55.96156.24145.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=36.36%
G=15.45%
B=48.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80341060.250.6800.58278.3351.4327.45
Hex50226A194403A116331b
Octal12042152311040724266333
Binary10100001000101101010110011000100011101010001011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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