#503279

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

Shades of Blue Diamond #503279

Tints of Blue Diamond #503279

Color information

#503279 (or 0x503279) is unknown color: approx Blue Diamond. HEX triplet: 50, 32 and 79. RGB value is (80,50,121). Sum of RGB (Red+Green+Blue) = 80+50+121=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #503279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503279 is #AFCD86. Grayscale: #424242. Windows color (decimal): -11521415 or 7942736. OLE color: 7942736.

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

Color convert

RGB8050121-
CMYK0.340.5900.53
HSL265.35º41.52%33.53%-
HSV(B)265.35º58.68%47.45%-
XYZ7.95.3718.71-
YUV67.06158.44137.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=31.87%
G=19.92%
B=48.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80501210.340.5900.53265.3541.5233.53
Hex503279223B0351092a22
Octal1206217142730654115242
Binary101000011001011110011000101110110110101100001001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503279; }

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

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

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

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

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

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

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

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