#514B8E

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

Shades of Victoria #514B8E

Tints of Victoria #514B8E

Color information

#514B8E (or 0x514B8E) is unknown color: approx Victoria. HEX triplet: 51, 4B and 8E. RGB value is (81,75,142). Sum of RGB (Red+Green+Blue) = 81+75+142=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #514B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514B8E is #AEB471. Grayscale: #545454. Windows color (decimal): -11449458 or 9325393. OLE color: 9325393.

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

Color convert

RGB8175142-
CMYK0.430.4700.44
HSL245.37º30.88%42.55%-
HSV(B)245.37º47.18%55.69%-
XYZ10.798.7326.71-
YUV84.43160.49125.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=27.18%
G=25.17%
B=47.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81751420.430.4700.44245.3730.8842.55
Hex514B8E2B2F02Cf51f2b
Octal12111321653570543653753
Binary101000110010111000111010101110111101011001111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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