#514984

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

Shades of Victoria #514984

Tints of Victoria #514984

Color information

#514984 (or 0x514984) is unknown color: approx Victoria. HEX triplet: 51, 49 and 84. RGB value is (81,73,132). Sum of RGB (Red+Green+Blue) = 81+73+132=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #514984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514984 is #AEB67B. Grayscale: #515151. Windows color (decimal): -11449980 or 8669521. OLE color: 8669521.

HSL color Cylindrical-coordinate representation of color #514984: hue angle of 248.14º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514984 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8173132-
CMYK0.390.4500.48
HSL248.14º28.78%40.2%-
HSV(B)248.14º44.7%51.76%-
XYZ9.948.1822.88-
YUV82.12156.15127.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=28.32%
G=25.52%
B=46.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81731320.390.4500.48248.1428.7840.2
Hex514984272D030f81d28
Octal12111120447550603703550
Binary101000110010011000010010011110110101100001111100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514984; }

 p { color: rgb(81,73,132); }

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

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

 a { background-color: rgb(81,73,132); }

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

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

 span { border-color: rgb(81,73,132); }

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