#504378

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

Shades of Victoria #504378

Tints of Victoria #504378

Color information

#504378 (or 0x504378) is unknown color: approx Victoria. HEX triplet: 50, 43 and 78. RGB value is (80,67,120). Sum of RGB (Red+Green+Blue) = 80+67+120=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #504378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504378 is #AFBC87. Grayscale: #4C4C4C. Windows color (decimal): -11517064 or 7881552. OLE color: 7881552.

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

Color convert

RGB8067120-
CMYK0.330.4400.53
HSL254.72º28.34%36.67%-
HSV(B)254.72º44.17%47.06%-
XYZ8.717.0818.68-
YUV76.93152.31130.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=29.96%
G=25.09%
B=44.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80671200.330.4400.53254.7228.3436.67
Hex504378212C035ff1c25
Octal12010317041540653773445
Binary10100001000011111100010000110110001101011111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504378; }

 p { color: rgb(80,67,120); }

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

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

 a { background-color: rgb(80,67,120); }

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

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

 span { border-color: rgb(80,67,120); }

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