#514478

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

Shades of Victoria #514478

Tints of Victoria #514478

Color information

#514478 (or 0x514478) is unknown color: approx Victoria. HEX triplet: 51, 44 and 78. RGB value is (81,68,120). Sum of RGB (Red+Green+Blue) = 81+68+120=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #514478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514478 is #AEBB87. Grayscale: #4D4D4D. Windows color (decimal): -11451272 or 7881809. OLE color: 7881809.

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

Color convert

RGB8168120-
CMYK0.320.4300.53
HSL255º27.66%36.86%-
HSV(B)255º43.33%47.06%-
XYZ8.857.2418.7-
YUV77.82151.81130.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=30.11%
G=25.28%
B=44.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81681200.320.4300.5325527.6636.86
Hex514478202B035ff1c25
Octal12110417040530653773445
Binary10100011000100111100010000010101101101011111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514478; }

 p { color: rgb(81,68,120); }

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

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

 a { background-color: rgb(81,68,120); }

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

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

 span { border-color: rgb(81,68,120); }

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