#503379

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

Shades of Blue Diamond #503379

Tints of Blue Diamond #503379

Color information

#503379 (or 0x503379) is unknown color: approx Blue Diamond. HEX triplet: 50, 33 and 79. RGB value is (80,51,121). Sum of RGB (Red+Green+Blue) = 80+51+121=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #503379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503379 is #AFCC86. Grayscale: #434343. Windows color (decimal): -11521159 or 7942992. OLE color: 7942992.

HSL color Cylindrical-coordinate representation of color #503379: hue angle of 264.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503379 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8051121-
CMYK0.340.5800.53
HSL264.86º40.7%33.73%-
HSV(B)264.86º57.85%47.45%-
XYZ7.945.4518.72-
YUV67.65158.11136.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=31.75%
G=20.24%
B=48.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80511210.340.5800.53264.8640.733.73
Hex503379223A0351092922
Octal1206317142720654115142
Binary101000011001111110011000101110100110101100001001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503379; }

 p { color: rgb(80,51,121); }

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

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

 a { background-color: rgb(80,51,121); }

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

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

 span { border-color: rgb(80,51,121); }

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