#514B71

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

Shades of Victoria #514B71

Tints of Victoria #514B71

Color information

#514B71 (or 0x514B71) is unknown color: approx Victoria. HEX triplet: 51, 4B and 71. RGB value is (81,75,113). Sum of RGB (Red+Green+Blue) = 81+75+113=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #514B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B71 is #AEB48E. Grayscale: #505050. Windows color (decimal): -11449487 or 7424849. OLE color: 7424849.

HSL color Cylindrical-coordinate representation of color #514B71: hue angle of 249.47º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514B71 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8175113-
CMYK0.280.3400.56
HSL249.47º20.21%36.86%-
HSV(B)249.47º33.63%44.31%-
XYZ8.897.9716.69-
YUV81.13145.99127.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=30.11%
G=27.88%
B=42.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81751130.280.3400.56249.4720.2136.86
Hex514B711C22038f91425
Octal12111316134420703712445
Binary1010001100101111100011110010001001110001111100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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