#50287F

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

Shades of Blue Diamond #50287F

Tints of Blue Diamond #50287F

Color information

#50287F (or 0x50287F) is unknown color: approx Blue Diamond. HEX triplet: 50, 28 and 7F. RGB value is (80,40,127). Sum of RGB (Red+Green+Blue) = 80+40+127=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #50287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50287F is #AFD780. Grayscale: #3D3D3D. Windows color (decimal): -11523969 or 8333392. OLE color: 8333392.

HSL color Cylindrical-coordinate representation of color #50287F: hue angle of 267.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50287F is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8040127-
CMYK0.370.6900.50
HSL267.59º52.1%32.75%-
HSV(B)267.59º68.5%49.8%-
XYZ7.94.7620.58-
YUV61.88164.75140.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 127 (50% from 255) = 51.42%
R=32.39%
G=16.19%
B=51.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80401270.370.6900.50267.5952.132.75
Hex50287F254503210c3421
Octal12050177451050624146441
Binary1010000101000111111110010110001010110010100001100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,40,127); }

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

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

 a { background-color: rgb(80,40,127); }

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

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

 span { border-color: rgb(80,40,127); }

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