#50266F

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

Shades of Blue Diamond #50266F

Tints of Blue Diamond #50266F

Color information

#50266F (or 0x50266F) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 6F. RGB value is (80,38,111). Sum of RGB (Red+Green+Blue) = 80+38+111=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #50266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50266F is #AFD990. Grayscale: #3A3A3A. Windows color (decimal): -11524497 or 7284304. OLE color: 7284304.

HSL color Cylindrical-coordinate representation of color #50266F: hue angle of 274.52º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50266F is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8038111-
CMYK0.280.6600.56
HSL274.52º48.99%29.22%-
HSV(B)274.52º65.77%43.53%-
XYZ6.874.2415.5-
YUV58.88157.41143.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=34.93%
G=16.59%
B=48.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80381110.280.6600.56274.5248.9929.22
Hex50266F1C42038113311d
Octal12046157341020704236135
Binary10100001001101101111111001000010011100010001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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