#514A71

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

Shades of Victoria #514A71

Tints of Victoria #514A71

Color information

#514A71 (or 0x514A71) is unknown color: approx Victoria. HEX triplet: 51, 4A and 71. RGB value is (81,74,113). Sum of RGB (Red+Green+Blue) = 81+74+113=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #514A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A71 is #AEB58E. Grayscale: #505050. Windows color (decimal): -11449743 or 7424593. OLE color: 7424593.

HSL color Cylindrical-coordinate representation of color #514A71: hue angle of 250.77º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #514A71 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8174113-
CMYK0.280.3500.56
HSL250.77º20.86%36.67%-
HSV(B)250.77º34.51%44.31%-
XYZ8.827.8416.67-
YUV80.54146.32128.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=30.22%
G=27.61%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81741130.280.3500.56250.7720.8636.67
Hex514A711C23038fb1525
Octal12111216134430703732545
Binary1010001100101011100011110010001101110001111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A71; }

 p { color: rgb(81,74,113); }

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

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

 a { background-color: rgb(81,74,113); }

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

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

 span { border-color: rgb(81,74,113); }

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