#503471

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

Shades of Blue Diamond #503471

Tints of Blue Diamond #503471

Color information

#503471 (or 0x503471) is unknown color: approx Blue Diamond. HEX triplet: 50, 34 and 71. RGB value is (80,52,113). Sum of RGB (Red+Green+Blue) = 80+52+113=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #503471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503471 is #AFCB8E. Grayscale: #434343. Windows color (decimal): -11520911 or 7418960. OLE color: 7418960.

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

Color convert

RGB8052113-
CMYK0.290.5400.56
HSL267.54º36.97%32.35%-
HSV(B)267.54º53.98%44.31%-
XYZ7.525.3516.26-
YUV67.33153.78137.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=32.65%
G=21.22%
B=46.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80521130.290.5400.56267.5436.9732.35
Hex5034711D3603810c2520
Octal1206416135660704144540
Binary10100001101001110001111011101100111000100001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503471; }

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

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

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

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

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

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

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

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