#514890

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

Shades of Victoria #514890

Tints of Victoria #514890

Color information

#514890 (or 0x514890) is unknown color: approx Victoria. HEX triplet: 51, 48 and 90. RGB value is (81,72,144). Sum of RGB (Red+Green+Blue) = 81+72+144=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #514890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514890 is #AEB76F. Grayscale: #525252. Windows color (decimal): -11450224 or 9455697. OLE color: 9455697.

HSL color Cylindrical-coordinate representation of color #514890: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514890 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8172144-
CMYK0.440.5000.44
HSL247.5º33.33%42.35%-
HSV(B)247.5º50%56.47%-
XYZ10.748.427.44-
YUV82.9162.48126.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=27.27%
G=24.24%
B=48.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81721440.440.5000.44247.533.3342.35
Hex5148902C3202Cf8212a
Octal12111022054620543704152
Binary1010001100100010010000101100110010010110011111000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514890; }

 p { color: rgb(81,72,144); }

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

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

 a { background-color: rgb(81,72,144); }

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

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

 span { border-color: rgb(81,72,144); }

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