#50286F

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

Shades of Blue Diamond #50286F

Tints of Blue Diamond #50286F

Color information

#50286F (or 0x50286F) is unknown color: approx Blue Diamond. HEX triplet: 50, 28 and 6F. RGB value is (80,40,111). Sum of RGB (Red+Green+Blue) = 80+40+111=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #50286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286F is #AFD790. Grayscale: #3B3B3B. Windows color (decimal): -11523985 or 7284816. OLE color: 7284816.

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

Color convert

RGB8040111-
CMYK0.280.6400.56
HSL273.8º47.02%29.61%-
HSV(B)273.8º63.96%43.53%-
XYZ6.944.3715.52-
YUV60.05156.75142.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=34.63%
G=17.32%
B=48.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80401110.280.6400.56273.847.0229.61
Hex50286F1C400381122f1e
Octal12050157341000704225736
Binary10100001010001101111111001000000011100010001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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