#514677

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

Shades of Victoria #514677

Tints of Victoria #514677

Color information

#514677 (or 0x514677) is unknown color: approx Victoria. HEX triplet: 51, 46 and 77. RGB value is (81,70,119). Sum of RGB (Red+Green+Blue) = 81+70+119=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #514677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514677 is #AEB988. Grayscale: #4E4E4E. Windows color (decimal): -11450761 or 7816785. OLE color: 7816785.

HSL color Cylindrical-coordinate representation of color #514677: hue angle of 253.47º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514677 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8170119-
CMYK0.320.4100.53
HSL253.47º25.93%37.06%-
HSV(B)253.47º41.18%46.67%-
XYZ8.917.4618.42-
YUV78.88150.64129.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=30%
G=25.93%
B=44.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81701190.320.4100.53253.4725.9337.06
Hex5146772029035fd1a25
Octal12110616740510653753245
Binary10100011000110111011110000010100101101011111110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514677; }

 p { color: rgb(81,70,119); }

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

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

 a { background-color: rgb(81,70,119); }

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

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

 span { border-color: rgb(81,70,119); }

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