#50356E

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

Shades of Blue Diamond #50356E

Tints of Blue Diamond #50356E

Color information

#50356E (or 0x50356E) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 6E. RGB value is (80,53,110). Sum of RGB (Red+Green+Blue) = 80+53+110=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #50356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50356E is #AFCA91. Grayscale: #434343. Windows color (decimal): -11520658 or 7222608. OLE color: 7222608.

HSL color Cylindrical-coordinate representation of color #50356E: hue angle of 268.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50356E is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8053110-
CMYK0.270.5200.57
HSL268.42º34.97%31.96%-
HSV(B)268.42º51.82%43.14%-
XYZ7.45.3815.4-
YUV67.57151.95136.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=32.92%
G=21.81%
B=45.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80531100.270.5200.57268.4234.9731.96
Hex50356E1B3403910c2320
Octal1206515633640714144340
Binary10100001101011101110110111101000111001100001100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50356E; }

 p { color: rgb(80,53,110); }

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

<style>
 a { background-color: #50356E; }

 a { background-color: rgb(80,53,110); }

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

<style>
 span { border-color: #50356E; }

 span { border-color: rgb(80,53,110); }

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