#50246C

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

Shades of Blue Diamond #50246C

Tints of Blue Diamond #50246C

Color information

#50246C (or 0x50246C) is unknown color: approx Blue Diamond. HEX triplet: 50, 24 and 6C. RGB value is (80,36,108). Sum of RGB (Red+Green+Blue) = 80+36+108=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #50246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50246C is #AFDB93. Grayscale: #393939. Windows color (decimal): -11525012 or 7087184. OLE color: 7087184.

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

Color convert

RGB8036108-
CMYK0.260.6700.58
HSL276.67º50%28.24%-
HSV(B)276.67º66.67%42.35%-
XYZ6.654.0514.62-
YUV57.36156.58144.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=35.71%
G=16.07%
B=48.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80361080.260.6700.58276.675028.24
Hex50246C1A4303A115321c
Octal12044154321030724256234
Binary10100001001001101100110101000011011101010001010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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