#514E8B

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

Shades of Victoria #514E8B

Tints of Victoria #514E8B

Color information

#514E8B (or 0x514E8B) is unknown color: approx Victoria. HEX triplet: 51, 4E and 8B. RGB value is (81,78,139). Sum of RGB (Red+Green+Blue) = 81+78+139=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #514E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514E8B is #AEB174. Grayscale: #555555. Windows color (decimal): -11448693 or 9129553. OLE color: 9129553.

HSL color Cylindrical-coordinate representation of color #514E8B: hue angle of 242.95º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514E8B is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8178139-
CMYK0.420.4400.45
HSL242.95º28.11%42.55%-
HSV(B)242.95º43.88%54.51%-
XYZ10.789.0625.61-
YUV85.85157.99124.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=27.18%
G=26.17%
B=46.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81781390.420.4400.45242.9528.1142.55
Hex514E8B2A2C02Df31c2b
Octal12111621352540553633453
Binary101000110011101000101110101010110001011011111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,78,139); }

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

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

 a { background-color: rgb(81,78,139); }

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

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

 span { border-color: rgb(81,78,139); }

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