#514C8E

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

Shades of Victoria #514C8E

Tints of Victoria #514C8E

Color information

#514C8E (or 0x514C8E) is unknown color: approx Victoria. HEX triplet: 51, 4C and 8E. RGB value is (81,76,142). Sum of RGB (Red+Green+Blue) = 81+76+142=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #514C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C8E is #AEB371. Grayscale: #545454. Windows color (decimal): -11449202 or 9325649. OLE color: 9325649.

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

Color convert

RGB8176142-
CMYK0.430.4600.44
HSL244.55º30.28%42.75%-
HSV(B)244.55º46.48%55.69%-
XYZ10.868.8726.73-
YUV85.02160.16125.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=27.09%
G=25.42%
B=47.49%

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
Decimal81761420.430.4600.44244.5530.2842.75
Hex514C8E2B2E02Cf51e2b
Octal12111421653560543653653
Binary101000110011001000111010101110111001011001111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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