#514D78

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

Shades of Victoria #514D78

Tints of Victoria #514D78

Color information

#514D78 (or 0x514D78) is unknown color: approx Victoria. HEX triplet: 51, 4D and 78. RGB value is (81,77,120). Sum of RGB (Red+Green+Blue) = 81+77+120=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #514D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D78 is #AEB287. Grayscale: #525252. Windows color (decimal): -11448968 or 7884113. OLE color: 7884113.

HSL color Cylindrical-coordinate representation of color #514D78: hue angle of 245.58º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #514D78 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8177120-
CMYK0.320.3600.53
HSL245.58º21.83%38.63%-
HSV(B)245.58º35.83%47.06%-
XYZ9.448.4118.9-
YUV83.1148.83126.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=29.14%
G=27.70%
B=43.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81771200.320.3600.53245.5821.8338.63
Hex514D782024035f61627
Octal12111517040440653662647
Binary10100011001101111100010000010010001101011111011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,120); }

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

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

 a { background-color: rgb(81,77,120); }

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

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

 span { border-color: rgb(81,77,120); }

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