#504587

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

Shades of Victoria #504587

Tints of Victoria #504587

Color information

#504587 (or 0x504587) is unknown color: approx Victoria. HEX triplet: 50, 45 and 87. RGB value is (80,69,135). Sum of RGB (Red+Green+Blue) = 80+69+135=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #504587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504587 is #AFBA78. Grayscale: #4F4F4F. Windows color (decimal): -11516537 or 8865104. OLE color: 8865104.

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

Color convert

RGB8069135-
CMYK0.410.4900.47
HSL250º32.35%40%-
HSV(B)250º48.89%52.94%-
XYZ9.817.7123.89-
YUV79.81159.14128.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=28.17%
G=24.30%
B=47.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80691350.410.4900.4725032.3540
Hex504587293102Ffa2028
Octal12010520751610573724050
Binary1010000100010110000111101001110001010111111111010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504587; }

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

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

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

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

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

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

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

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