#503677

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

Shades of Blue Diamond #503677

Tints of Blue Diamond #503677

Color information

#503677 (or 0x503677) is unknown color: approx Blue Diamond. HEX triplet: 50, 36 and 77. RGB value is (80,54,119). Sum of RGB (Red+Green+Blue) = 80+54+119=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #503677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503677 is #AFC988. Grayscale: #444444. Windows color (decimal): -11520393 or 7812688. OLE color: 7812688.

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

Color convert

RGB8054119-
CMYK0.330.5500.53
HSL264º37.57%33.92%-
HSV(B)264º54.62%46.67%-
XYZ7.965.6818.13-
YUV69.18156.11135.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=31.62%
G=21.34%
B=47.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80541190.330.5500.5326437.5733.92
Hex50367721370351082622
Octal1206616741670654104642
Binary101000011011011101111000011101110110101100001000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503677; }

 p { color: rgb(80,54,119); }

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

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

 a { background-color: rgb(80,54,119); }

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

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

 span { border-color: rgb(80,54,119); }

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