#50286E

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

Shades of Blue Diamond #50286E

Tints of Blue Diamond #50286E

Color information

#50286E (or 0x50286E) is unknown color: approx Blue Diamond. HEX triplet: 50, 28 and 6E. RGB value is (80,40,110). Sum of RGB (Red+Green+Blue) = 80+40+110=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #50286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286E is #AFD791. Grayscale: #3B3B3B. Windows color (decimal): -11523986 or 7219280. OLE color: 7219280.

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

Color convert

RGB8040110-
CMYK0.270.6400.57
HSL274.29º46.67%29.41%-
HSV(B)274.29º63.64%43.14%-
XYZ6.884.3515.23-
YUV59.94156.25142.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=34.78%
G=17.39%
B=47.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80401100.270.6400.57274.2946.6729.41
Hex50286E1B400391122f1d
Octal12050156331000714225735
Binary10100001010001101110110111000000011100110001001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50286E; }

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

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

<style>
 a { background-color: #50286E; }

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

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

<style>
 span { border-color: #50286E; }

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

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