#50226B

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

Shades of Blue Diamond #50226B

Tints of Blue Diamond #50226B

Color information

#50226B (or 0x50226B) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 6B. RGB value is (80,34,107). Sum of RGB (Red+Green+Blue) = 80+34+107=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #50226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50226B is #AFDD94. Grayscale: #373737. Windows color (decimal): -11525525 or 7021136. OLE color: 7021136.

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

Color convert

RGB8034107-
CMYK0.250.6800.58
HSL277.81º51.77%27.65%-
HSV(B)277.81º68.22%41.96%-
XYZ6.533.9114.32-
YUV56.08156.74145.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=36.20%
G=15.38%
B=48.42%

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
Decimal80341070.250.6800.58277.8151.7727.65
Hex50226B194403A116341c
Octal12042153311040724266434
Binary10100001000101101011110011000100011101010001011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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