#514B8A

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

Shades of Victoria #514B8A

Tints of Victoria #514B8A

Color information

#514B8A (or 0x514B8A) is unknown color: approx Victoria. HEX triplet: 51, 4B and 8A. RGB value is (81,75,138). Sum of RGB (Red+Green+Blue) = 81+75+138=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #514B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514B8A is #AEB475. Grayscale: #535353. Windows color (decimal): -11449462 or 9063249. OLE color: 9063249.

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

Color convert

RGB8175138-
CMYK0.410.4600.46
HSL245.71º29.58%41.76%-
HSV(B)245.71º45.65%54.12%-
XYZ10.58.6225.15-
YUV83.98158.49125.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=27.55%
G=25.51%
B=46.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81751380.410.4600.46245.7129.5841.76
Hex514B8A292E02Ef61e2a
Octal12111321251560563663652
Binary101000110010111000101010100110111001011101111011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,75,138); }

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

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

 a { background-color: rgb(81,75,138); }

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

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

 span { border-color: rgb(81,75,138); }

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