#514880

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

Shades of Victoria #514880

Tints of Victoria #514880

Color information

#514880 (or 0x514880) is unknown color: approx Victoria. HEX triplet: 51, 48 and 80. RGB value is (81,72,128). Sum of RGB (Red+Green+Blue) = 81+72+128=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #514880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514880 is #AEB77F. Grayscale: #505050. Windows color (decimal): -11450240 or 8407121. OLE color: 8407121.

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

Color convert

RGB8172128-
CMYK0.370.4400.50
HSL249.64º28%39.22%-
HSV(B)249.64º43.75%50.2%-
XYZ9.617.9421.45-
YUV81.07154.48127.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=28.83%
G=25.62%
B=45.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81721280.370.4400.50249.642839.22
Hex514880252C032fa1c27
Octal12111020045540623723447
Binary101000110010001000000010010110110001100101111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514880; }

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

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

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

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

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

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

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

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