#514881

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

Shades of Victoria #514881

Tints of Victoria #514881

Color information

#514881 (or 0x514881) is unknown color: approx Victoria. HEX triplet: 51, 48 and 81. RGB value is (81,72,129). Sum of RGB (Red+Green+Blue) = 81+72+129=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #514881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514881 is #AEB77E. Grayscale: #505050. Windows color (decimal): -11450239 or 8472657. OLE color: 8472657.

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

Color convert

RGB8172129-
CMYK0.370.4400.49
HSL249.47º28.36%39.41%-
HSV(B)249.47º44.19%50.59%-
XYZ9.677.9721.8-
YUV81.19154.98127.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=28.72%
G=25.53%
B=45.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81721290.370.4400.49249.4728.3639.41
Hex514881252C031f91c27
Octal12111020145540613713447
Binary101000110010001000000110010110110001100011111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514881; }

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

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

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

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

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

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

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

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