#50246B

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

Shades of Blue Diamond #50246B

Tints of Blue Diamond #50246B

Color information

#50246B (or 0x50246B) is unknown color: approx Blue Diamond. HEX triplet: 50, 24 and 6B. RGB value is (80,36,107). Sum of RGB (Red+Green+Blue) = 80+36+107=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #50246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50246B is #AFDB94. Grayscale: #393939. Windows color (decimal): -11525013 or 7021648. OLE color: 7021648.

HSL color Cylindrical-coordinate representation of color #50246B: hue angle of 277.18º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50246B is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8036107-
CMYK0.250.6600.58
HSL277.18º49.65%28.04%-
HSV(B)277.18º66.36%41.96%-
XYZ6.594.0314.34-
YUV57.25156.08144.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=35.87%
G=16.14%
B=47.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80361070.250.6600.58277.1849.6528.04
Hex50246B194203A115321c
Octal12044153311020724256234
Binary10100001001001101011110011000010011101010001010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50246B; }

 p { color: rgb(80,36,107); }

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

<style>
 a { background-color: #50246B; }

 a { background-color: rgb(80,36,107); }

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

<style>
 span { border-color: #50246B; }

 span { border-color: rgb(80,36,107); }

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