#514877

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

Shades of Victoria #514877

Tints of Victoria #514877

Color information

#514877 (or 0x514877) is unknown color: approx Victoria. HEX triplet: 51, 48 and 77. RGB value is (81,72,119). Sum of RGB (Red+Green+Blue) = 81+72+119=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #514877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514877 is #AEB788. Grayscale: #4F4F4F. Windows color (decimal): -11450249 or 7817297. OLE color: 7817297.

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

Color convert

RGB8172119-
CMYK0.320.3900.53
HSL251.49º24.61%37.45%-
HSV(B)251.49º39.5%46.67%-
XYZ9.047.7218.47-
YUV80.05149.98128.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=29.78%
G=26.47%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81721190.320.3900.53251.4924.6137.45
Hex5148772027035fb1925
Octal12111016740470653733145
Binary10100011001000111011110000010011101101011111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514877; }

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

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

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

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

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

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

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

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