#50266D

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

Shades of Blue Diamond #50266D

Tints of Blue Diamond #50266D

Color information

#50266D (or 0x50266D) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 6D. RGB value is (80,38,109). Sum of RGB (Red+Green+Blue) = 80+38+109=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #50266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50266D is #AFD992. Grayscale: #3A3A3A. Windows color (decimal): -11524499 or 7153232. OLE color: 7153232.

HSL color Cylindrical-coordinate representation of color #50266D: hue angle of 275.49º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50266D is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8038109-
CMYK0.270.6500.57
HSL275.49º48.3%28.82%-
HSV(B)275.49º65.14%42.75%-
XYZ6.764.214.92-
YUV58.65156.41143.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=35.24%
G=16.74%
B=48.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80381090.270.6500.57275.4948.328.82
Hex50266D1B41039113301d
Octal12046155331010714236035
Binary10100001001101101101110111000001011100110001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50266D; }

 p { color: rgb(80,38,109); }

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

<style>
 a { background-color: #50266D; }

 a { background-color: rgb(80,38,109); }

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

<style>
 span { border-color: #50266D; }

 span { border-color: rgb(80,38,109); }

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