#503871

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

Shades of Blue Diamond #503871

Tints of Blue Diamond #503871

Color information

#503871 (or 0x503871) is unknown color: approx Blue Diamond. HEX triplet: 50, 38 and 71. RGB value is (80,56,113). Sum of RGB (Red+Green+Blue) = 80+56+113=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #503871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503871 is #AFC78E. Grayscale: #454545. Windows color (decimal): -11519887 or 7419984. OLE color: 7419984.

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

Color convert

RGB8056113-
CMYK0.290.5000.56
HSL265.26º33.73%33.14%-
HSV(B)265.26º50.44%44.31%-
XYZ7.75.7316.32-
YUV69.67152.45135.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=32.13%
G=22.49%
B=45.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80561130.290.5000.56265.2633.7333.14
Hex5038711D320381092221
Octal1207016135620704114241
Binary10100001110001110001111011100100111000100001001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503871; }

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

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

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

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

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

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

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

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