#504677

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

Shades of Victoria #504677

Tints of Victoria #504677

Color information

#504677 (or 0x504677) is unknown color: approx Victoria. HEX triplet: 50, 46 and 77. RGB value is (80,70,119). Sum of RGB (Red+Green+Blue) = 80+70+119=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #504677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504677 is #AFB988. Grayscale: #4E4E4E. Windows color (decimal): -11516297 or 7816784. OLE color: 7816784.

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

Color convert

RGB8070119-
CMYK0.330.4100.53
HSL252.24º25.93%37.06%-
HSV(B)252.24º41.18%46.67%-
XYZ8.837.4218.42-
YUV78.58150.81129.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=29.74%
G=26.02%
B=44.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80701190.330.4100.53252.2425.9337.06
Hex5046772129035fc1a25
Octal12010616741510653743245
Binary10100001000110111011110000110100101101011111110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504677; }

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

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

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

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

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

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

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

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