#514E8C

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

Shades of Victoria #514E8C

Tints of Victoria #514E8C

Color information

#514E8C (or 0x514E8C) is unknown color: approx Victoria. HEX triplet: 51, 4E and 8C. RGB value is (81,78,140). Sum of RGB (Red+Green+Blue) = 81+78+140=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #514E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514E8C is #AEB173. Grayscale: #555555. Windows color (decimal): -11448692 or 9195089. OLE color: 9195089.

HSL color Cylindrical-coordinate representation of color #514E8C: hue angle of 242.9º 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 #514E8C is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8178140-
CMYK0.420.4400.45
HSL242.9º28.44%42.75%-
HSV(B)242.9º44.29%54.9%-
XYZ10.859.0925.99-
YUV85.96158.49124.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=27.09%
G=26.09%
B=46.82%

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
Decimal81781400.420.4400.45242.928.4442.75
Hex514E8C2A2C02Df31c2b
Octal12111621452540553633453
Binary101000110011101000110010101010110001011011111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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