#514874

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

Shades of Victoria #514874

Tints of Victoria #514874

Color information

#514874 (or 0x514874) is unknown color: approx Victoria. HEX triplet: 51, 48 and 74. RGB value is (81,72,116). Sum of RGB (Red+Green+Blue) = 81+72+116=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #514874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514874 is #AEB78B. Grayscale: #4F4F4F. Windows color (decimal): -11450252 or 7620689. OLE color: 7620689.

HSL color Cylindrical-coordinate representation of color #514874: hue angle of 252.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514874 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8172116-
CMYK0.300.3800.55
HSL252.27º23.4%36.86%-
HSV(B)252.27º37.93%45.49%-
XYZ8.867.6517.53-
YUV79.71148.48128.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=30.11%
G=26.77%
B=43.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81721160.300.3800.55252.2723.436.86
Hex5148741E26037fc1725
Octal12111016436460673742745
Binary1010001100100011101001111010011001101111111110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514874; }

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

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

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

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

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

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

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

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