#50296C

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

Shades of Blue Diamond #50296C

Tints of Blue Diamond #50296C

Color information

#50296C (or 0x50296C) is unknown color: approx Blue Diamond. HEX triplet: 50, 29 and 6C. RGB value is (80,41,108). Sum of RGB (Red+Green+Blue) = 80+41+108=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #50296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50296C is #AFD693. Grayscale: #3C3C3C. Windows color (decimal): -11523732 or 7088464. OLE color: 7088464.

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

Color convert

RGB8041108-
CMYK0.260.6200.58
HSL274.93º44.97%29.22%-
HSV(B)274.93º62.04%42.35%-
XYZ6.814.3714.67-
YUV60.3154.92142.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=34.93%
G=17.90%
B=47.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80411080.260.6200.58274.9344.9729.22
Hex50296C1A3E03A1132d1d
Octal1205115432760724235535
Binary1010000101001110110011010111110011101010001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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