#503977

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

Shades of Blue Diamond #503977

Tints of Blue Diamond #503977

Color information

#503977 (or 0x503977) is unknown color: approx Blue Diamond. HEX triplet: 50, 39 and 77. RGB value is (80,57,119). Sum of RGB (Red+Green+Blue) = 80+57+119=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #503977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503977 is #AFC688. Grayscale: #464646. Windows color (decimal): -11519625 or 7813456. OLE color: 7813456.

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

Color convert

RGB8057119-
CMYK0.330.5200.53
HSL262.26º35.23%34.51%-
HSV(B)262.26º52.1%46.67%-
XYZ8.15.9618.18-
YUV70.94155.12134.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=31.25%
G=22.27%
B=46.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80571190.330.5200.53262.2635.2334.51
Hex50397721340351062323
Octal1207116741640654064343
Binary101000011100111101111000011101000110101100000110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503977; }

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

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

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

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

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

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

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

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