#50276F

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

Shades of Blue Diamond #50276F

Tints of Blue Diamond #50276F

Color information

#50276F (or 0x50276F) is unknown color: approx Blue Diamond. HEX triplet: 50, 27 and 6F. RGB value is (80,39,111). Sum of RGB (Red+Green+Blue) = 80+39+111=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #50276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50276F is #AFD890. Grayscale: #3B3B3B. Windows color (decimal): -11524241 or 7284560. OLE color: 7284560.

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

Color convert

RGB8039111-
CMYK0.280.6500.56
HSL274.17º48%29.41%-
HSV(B)274.17º64.86%43.53%-
XYZ6.94.315.51-
YUV59.47157.08142.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=34.78%
G=16.96%
B=48.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80391110.280.6500.56274.174829.41
Hex50276F1C41038112301d
Octal12047157341010704226035
Binary10100001001111101111111001000001011100010001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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