#504788

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

Shades of Victoria #504788

Tints of Victoria #504788

Color information

#504788 (or 0x504788) is unknown color: approx Victoria. HEX triplet: 50, 47 and 88. RGB value is (80,71,136). Sum of RGB (Red+Green+Blue) = 80+71+136=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #504788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504788 is #AFB877. Grayscale: #505050. Windows color (decimal): -11516024 or 8931152. OLE color: 8931152.

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

Color convert

RGB8071136-
CMYK0.410.4800.47
HSL248.31º31.4%40.59%-
HSV(B)248.31º47.79%53.33%-
XYZ10.017.9924.31-
YUV81.1158.98127.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=27.87%
G=24.74%
B=47.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80711360.410.4800.47248.3131.440.59
Hex504788293002Ff81f29
Octal12010721051600573703751
Binary101000010001111000100010100111000001011111111100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504788; }

 p { color: rgb(80,71,136); }

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

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

 a { background-color: rgb(80,71,136); }

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

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

 span { border-color: rgb(80,71,136); }

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