#50376A

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

Shades of Blue Diamond #50376A

Tints of Blue Diamond #50376A

Color information

#50376A (or 0x50376A) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 6A. RGB value is (80,55,106). Sum of RGB (Red+Green+Blue) = 80+55+106=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #50376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50376A is #AFC895. Grayscale: #444444. Windows color (decimal): -11520150 or 6960976. OLE color: 6960976.

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

Color convert

RGB8055106-
CMYK0.250.4800.58
HSL269.41º31.68%31.57%-
HSV(B)269.41º48.11%41.57%-
XYZ7.285.4814.31-
YUV68.29149.28136.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=33.20%
G=22.82%
B=43.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80551060.250.4800.58269.4131.6831.57
Hex50376A193003A10d2020
Octal1206715231600724154040
Binary10100001101111101010110011100000111010100001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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