#503776

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

Shades of Blue Diamond #503776

Tints of Blue Diamond #503776

Color information

#503776 (or 0x503776) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 76. RGB value is (80,55,118). Sum of RGB (Red+Green+Blue) = 80+55+118=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #503776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503776 is #AFC889. Grayscale: #454545. Windows color (decimal): -11520138 or 7747408. OLE color: 7747408.

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

Color convert

RGB8055118-
CMYK0.320.5300.54
HSL263.81º36.42%33.92%-
HSV(B)263.81º53.39%46.27%-
XYZ7.945.7517.83-
YUV69.66155.28135.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=31.62%
G=21.74%
B=46.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80551180.320.5300.54263.8136.4233.92
Hex50377620350361082422
Octal1206716640650664104442
Binary101000011011111101101000001101010110110100001000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503776; }

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

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

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

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

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

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

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

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