#503271

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

Shades of Blue Diamond #503271

Tints of Blue Diamond #503271

Color information

#503271 (or 0x503271) is unknown color: approx Blue Diamond. HEX triplet: 50, 32 and 71. RGB value is (80,50,113). Sum of RGB (Red+Green+Blue) = 80+50+113=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #503271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503271 is #AFCD8E. Grayscale: #414141. Windows color (decimal): -11521423 or 7418448. OLE color: 7418448.

HSL color Cylindrical-coordinate representation of color #503271: hue angle of 268.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503271 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8050113-
CMYK0.290.5600.56
HSL268.57º38.65%31.96%-
HSV(B)268.57º55.75%44.31%-
XYZ7.435.1816.23-
YUV66.15154.44137.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=32.92%
G=20.58%
B=46.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80501130.290.5600.56268.5738.6531.96
Hex5032711D3803810d2720
Octal1206216135700704154740
Binary10100001100101110001111011110000111000100001101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503271; }

 p { color: rgb(80,50,113); }

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

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

 a { background-color: rgb(80,50,113); }

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

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

 span { border-color: rgb(80,50,113); }

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