#50376C

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

Shades of Blue Diamond #50376C

Tints of Blue Diamond #50376C

Color information

#50376C (or 0x50376C) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 6C. RGB value is (80,55,108). Sum of RGB (Red+Green+Blue) = 80+55+108=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #50376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50376C is #AFC893. Grayscale: #444444. Windows color (decimal): -11520148 or 7092048. OLE color: 7092048.

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

Color convert

RGB8055108-
CMYK0.260.4900.58
HSL268.3º32.52%31.96%-
HSV(B)268.3º49.07%42.35%-
XYZ7.385.5214.86-
YUV68.52150.28136.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=32.92%
G=22.63%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80551080.260.4900.58268.332.5231.96
Hex50376C1A3103A10c2120
Octal1206715432610724144140
Binary10100001101111101100110101100010111010100001100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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