#503576

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

Shades of Blue Diamond #503576

Tints of Blue Diamond #503576

Color information

#503576 (or 0x503576) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 76. RGB value is (80,53,118). Sum of RGB (Red+Green+Blue) = 80+53+118=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #503576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503576 is #AFCA89. Grayscale: #444444. Windows color (decimal): -11520650 or 7746896. OLE color: 7746896.

HSL color Cylindrical-coordinate representation of color #503576: hue angle of 264.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503576 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8053118-
CMYK0.320.5500.54
HSL264.92º38.01%33.53%-
HSV(B)264.92º55.08%46.27%-
XYZ7.855.5617.8-
YUV68.48155.95136.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=31.87%
G=21.12%
B=47.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80531180.320.5500.54264.9238.0133.53
Hex50357620370361092622
Octal1206516640670664114642
Binary101000011010111101101000001101110110110100001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503576; }

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

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

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

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

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

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

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

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