#50286C

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

Shades of Blue Diamond #50286C

Tints of Blue Diamond #50286C

Color information

#50286C (or 0x50286C) is unknown color: approx Blue Diamond. HEX triplet: 50, 28 and 6C. RGB value is (80,40,108). Sum of RGB (Red+Green+Blue) = 80+40+108=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #50286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286C is #AFD793. Grayscale: #3B3B3B. Windows color (decimal): -11523988 or 7088208. OLE color: 7088208.

HSL color Cylindrical-coordinate representation of color #50286C: hue angle of 275.29º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50286C is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8040108-
CMYK0.260.6300.58
HSL275.29º45.95%29.02%-
HSV(B)275.29º62.96%42.35%-
XYZ6.774.3114.66-
YUV59.71155.25142.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=35.09%
G=17.54%
B=47.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80401080.260.6300.58275.2945.9529.02
Hex50286C1A3F03A1132e1d
Octal1205015432770724235635
Binary1010000101000110110011010111111011101010001001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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