#514A8E

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

Shades of Victoria #514A8E

Tints of Victoria #514A8E

Color information

#514A8E (or 0x514A8E) is unknown color: approx Victoria. HEX triplet: 51, 4A and 8E. RGB value is (81,74,142). Sum of RGB (Red+Green+Blue) = 81+74+142=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #514A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A8E is #AEB571. Grayscale: #535353. Windows color (decimal): -11449714 or 9325137. OLE color: 9325137.

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

Color convert

RGB8174142-
CMYK0.430.4800.44
HSL246.18º31.48%42.35%-
HSV(B)246.18º47.89%55.69%-
XYZ10.728.626.69-
YUV83.84160.82125.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=27.27%
G=24.92%
B=47.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81741420.430.4800.44246.1831.4842.35
Hex514A8E2B3002Cf61f2a
Octal12111221653600543663752
Binary101000110010101000111010101111000001011001111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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