#504888

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

Shades of Victoria #504888

Tints of Victoria #504888

Color information

#504888 (or 0x504888) is unknown color: approx Victoria. HEX triplet: 50, 48 and 88. RGB value is (80,72,136). Sum of RGB (Red+Green+Blue) = 80+72+136=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #504888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504888 is #AFB777. Grayscale: #515151. Windows color (decimal): -11515768 or 8931408. OLE color: 8931408.

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

Color convert

RGB8072136-
CMYK0.410.4700.47
HSL247.5º30.77%40.78%-
HSV(B)247.5º47.06%53.33%-
XYZ10.078.1224.33-
YUV81.69158.65126.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=27.78%
G=25%
B=47.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80721360.410.4700.47247.530.7740.78
Hex504888292F02Ff81f29
Octal12011021051570573703751
Binary101000010010001000100010100110111101011111111100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504888; }

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

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

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

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

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

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

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

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