#504583

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

Shades of Victoria #504583

Tints of Victoria #504583

Color information

#504583 (or 0x504583) is unknown color: approx Victoria. HEX triplet: 50, 45 and 83. RGB value is (80,69,131). Sum of RGB (Red+Green+Blue) = 80+69+131=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #504583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504583 is #AFBA7C. Grayscale: #4F4F4F. Windows color (decimal): -11516541 or 8602960. OLE color: 8602960.

HSL color Cylindrical-coordinate representation of color #504583: hue angle of 250.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504583 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8069131-
CMYK0.390.4700.49
HSL250.65º31%39.22%-
HSV(B)250.65º47.33%51.37%-
XYZ9.537.622.44-
YUV79.36157.14128.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 131 (51.56% from 255) = 46.79%
R=28.57%
G=24.64%
B=46.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80691310.390.4700.49250.653139.22
Hex504583272F031fb1f27
Octal12010520347570613733747
Binary101000010001011000001110011110111101100011111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504583; }

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

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

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

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

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

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

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

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