#503771

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

Shades of Blue Diamond #503771

Tints of Blue Diamond #503771

Color information

#503771 (or 0x503771) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 71. RGB value is (80,55,113). Sum of RGB (Red+Green+Blue) = 80+55+113=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #503771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503771 is #AFC88E. Grayscale: #444444. Windows color (decimal): -11520143 or 7419728. OLE color: 7419728.

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

Color convert

RGB8055113-
CMYK0.290.5100.56
HSL265.86º34.52%32.94%-
HSV(B)265.86º51.33%44.31%-
XYZ7.665.6316.31-
YUV69.09152.78135.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=32.26%
G=22.18%
B=45.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80551130.290.5100.56265.8634.5232.94
Hex5037711D3303810a2321
Octal1206716135630704124341
Binary10100001101111110001111011100110111000100001010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503771; }

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

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

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

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

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

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

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

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