#514876

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

Shades of Victoria #514876

Tints of Victoria #514876

Color information

#514876 (or 0x514876) is unknown color: approx Victoria. HEX triplet: 51, 48 and 76. RGB value is (81,72,118). Sum of RGB (Red+Green+Blue) = 81+72+118=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #514876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514876 is #AEB789. Grayscale: #4F4F4F. Windows color (decimal): -11450250 or 7751761. OLE color: 7751761.

HSL color Cylindrical-coordinate representation of color #514876: hue angle of 251.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #514876 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8172118-
CMYK0.310.3900.54
HSL251.74º24.21%37.25%-
HSV(B)251.74º38.98%46.27%-
XYZ8.987.6918.15-
YUV79.93149.48128.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=29.89%
G=26.57%
B=43.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81721180.310.3900.54251.7424.2137.25
Hex5148761F27036fc1825
Octal12111016637470663743045
Binary1010001100100011101101111110011101101101111110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514876; }

 p { color: rgb(81,72,118); }

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

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

 a { background-color: rgb(81,72,118); }

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

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

 span { border-color: rgb(81,72,118); }

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