#503778

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

Shades of Blue Diamond #503778

Tints of Blue Diamond #503778

Color information

#503778 (or 0x503778) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 78. RGB value is (80,55,120). Sum of RGB (Red+Green+Blue) = 80+55+120=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #503778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503778 is #AFC887. Grayscale: #454545. Windows color (decimal): -11520136 or 7878480. OLE color: 7878480.

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

Color convert

RGB8055120-
CMYK0.330.5400.53
HSL263.08º37.14%34.31%-
HSV(B)263.08º54.17%47.06%-
XYZ8.065.7918.46-
YUV69.88156.28135.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=31.37%
G=21.57%
B=47.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80551200.330.5400.53263.0837.1434.31
Hex50377821360351072522
Octal1206717041660654074542
Binary101000011011111110001000011101100110101100000111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503778; }

 p { color: rgb(80,55,120); }

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

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

 a { background-color: rgb(80,55,120); }

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

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

 span { border-color: rgb(80,55,120); }

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