#503873

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

Shades of Blue Diamond #503873

Tints of Blue Diamond #503873

Color information

#503873 (or 0x503873) is unknown color: approx Blue Diamond. HEX triplet: 50, 38 and 73. RGB value is (80,56,115). Sum of RGB (Red+Green+Blue) = 80+56+115=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #503873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503873 is #AFC78C. Grayscale: #454545. Windows color (decimal): -11519885 or 7551056. OLE color: 7551056.

HSL color Cylindrical-coordinate representation of color #503873: hue angle of 264.41º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503873 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8056115-
CMYK0.300.5100.55
HSL264.41º34.5%33.53%-
HSV(B)264.41º51.3%45.1%-
XYZ7.825.7716.92-
YUV69.9153.45135.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=31.87%
G=22.31%
B=45.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80561150.300.5100.55264.4134.533.53
Hex5038731E330371082322
Octal1207016336630674104342
Binary10100001110001110011111101100110110111100001000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503873; }

 p { color: rgb(80,56,115); }

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

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

 a { background-color: rgb(80,56,115); }

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

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

 span { border-color: rgb(80,56,115); }

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