#514884

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

Shades of Victoria #514884

Tints of Victoria #514884

Color information

#514884 (or 0x514884) is unknown color: approx Victoria. HEX triplet: 51, 48 and 84. RGB value is (81,72,132). Sum of RGB (Red+Green+Blue) = 81+72+132=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #514884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514884 is #AEB77B. Grayscale: #515151. Windows color (decimal): -11450236 or 8669265. OLE color: 8669265.

HSL color Cylindrical-coordinate representation of color #514884: hue angle of 249º 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 #514884 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8172132-
CMYK0.390.4500.48
HSL249º29.41%40%-
HSV(B)249º45.45%51.76%-
XYZ9.888.0522.86-
YUV81.53156.48127.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=28.42%
G=25.26%
B=46.32%

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
Decimal81721320.390.4500.4824929.4140
Hex514884272D030f91d28
Octal12111020447550603713550
Binary101000110010001000010010011110110101100001111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514884; }

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

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

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

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

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

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

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

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