#514784

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

Shades of Victoria #514784

Tints of Victoria #514784

Color information

#514784 (or 0x514784) is unknown color: approx Victoria. HEX triplet: 51, 47 and 84. RGB value is (81,71,132). Sum of RGB (Red+Green+Blue) = 81+71+132=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #514784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514784 is #AEB87B. Grayscale: #505050. Windows color (decimal): -11450492 or 8669009. OLE color: 8669009.

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

Color convert

RGB8171132-
CMYK0.390.4600.48
HSL249.84º30.05%39.8%-
HSV(B)249.84º46.21%51.76%-
XYZ9.817.9222.84-
YUV80.94156.81128.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=28.52%
G=25%
B=46.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81711320.390.4600.48249.8430.0539.8
Hex514784272E030fa1e28
Octal12110720447560603723650
Binary101000110001111000010010011110111001100001111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514784; }

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

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

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

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

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

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

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

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