#504577

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

Shades of Victoria #504577

Tints of Victoria #504577

Color information

#504577 (or 0x504577) is unknown color: approx Victoria. HEX triplet: 50, 45 and 77. RGB value is (80,69,119). Sum of RGB (Red+Green+Blue) = 80+69+119=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #504577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504577 is #AFBA88. Grayscale: #4D4D4D. Windows color (decimal): -11516553 or 7816528. OLE color: 7816528.

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

Color convert

RGB8069119-
CMYK0.330.4200.53
HSL253.2º26.6%36.86%-
HSV(B)253.2º42.02%46.67%-
XYZ8.777.2918.4-
YUV77.99151.14129.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=29.85%
G=25.75%
B=44.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80691190.330.4200.53253.226.636.86
Hex504577212A035fd1b25
Octal12010516741520653753345
Binary10100001000101111011110000110101001101011111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504577; }

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

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

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

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

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

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

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

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