#50326B

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

Shades of Blue Diamond #50326B

Tints of Blue Diamond #50326B

Color information

#50326B (or 0x50326B) is unknown color: approx Blue Diamond. HEX triplet: 50, 32 and 6B. RGB value is (80,50,107). Sum of RGB (Red+Green+Blue) = 80+50+107=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #50326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50326B is #AFCD94. Grayscale: #414141. Windows color (decimal): -11521429 or 7025232. OLE color: 7025232.

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

Color convert

RGB8050107-
CMYK0.250.5300.58
HSL271.58º36.31%30.78%-
HSV(B)271.58º53.27%41.96%-
XYZ7.15.0514.51-
YUV65.47151.44138.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=33.76%
G=21.10%
B=45.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80501070.250.5300.58271.5836.3130.78
Hex50326B193503A110241f
Octal1206215331650724204437
Binary1010000110010110101111001110101011101010001000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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