#503077

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

Shades of Blue Diamond #503077

Tints of Blue Diamond #503077

Color information

#503077 (or 0x503077) is unknown color: approx Blue Diamond. HEX triplet: 50, 30 and 77. RGB value is (80,48,119). Sum of RGB (Red+Green+Blue) = 80+48+119=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #503077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503077 is #AFCF88. Grayscale: #414141. Windows color (decimal): -11521929 or 7811152. OLE color: 7811152.

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

Color convert

RGB8048119-
CMYK0.330.6000.53
HSL267.04º42.51%32.75%-
HSV(B)267.04º59.66%46.67%-
XYZ7.695.1518.04-
YUV65.66158.1138.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=32.39%
G=19.43%
B=48.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80481190.330.6000.53267.0442.5132.75
Hex503077213C03510b2b21
Octal1206016741740654135341
Binary101000011000011101111000011111000110101100001011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503077; }

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

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

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

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

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

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

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

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