#514D8E

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

Shades of Victoria #514D8E

Tints of Victoria #514D8E

Color information

#514D8E (or 0x514D8E) is unknown color: approx Victoria. HEX triplet: 51, 4D and 8E. RGB value is (81,77,142). Sum of RGB (Red+Green+Blue) = 81+77+142=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #514D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D8E is #AEB271. Grayscale: #555555. Windows color (decimal): -11448946 or 9325905. OLE color: 9325905.

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

Color convert

RGB8177142-
CMYK0.430.4600.44
HSL243.69º29.68%42.94%-
HSV(B)243.69º45.77%55.69%-
XYZ10.939.0126.75-
YUV85.61159.83124.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=27%
G=25.67%
B=47.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81771420.430.4600.44243.6929.6842.94
Hex514D8E2B2E02Cf41e2b
Octal12111521653560543643653
Binary101000110011011000111010101110111001011001111010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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