#514B8D

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

Shades of Victoria #514B8D

Tints of Victoria #514B8D

Color information

#514B8D (or 0x514B8D) is unknown color: approx Victoria. HEX triplet: 51, 4B and 8D. RGB value is (81,75,141). Sum of RGB (Red+Green+Blue) = 81+75+141=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #514B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514B8D is #AEB472. Grayscale: #545454. Windows color (decimal): -11449459 or 9259857. OLE color: 9259857.

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

Color convert

RGB8175141-
CMYK0.430.4700.45
HSL245.45º30.56%42.35%-
HSV(B)245.45º46.81%55.29%-
XYZ10.728.726.31-
YUV84.32159.99125.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=27.27%
G=25.25%
B=47.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81751410.430.4700.45245.4530.5642.35
Hex514B8D2B2F02Df51f2a
Octal12111321553570553653752
Binary101000110010111000110110101110111101011011111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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