#514887

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

Shades of Victoria #514887

Tints of Victoria #514887

Color information

#514887 (or 0x514887) is unknown color: approx Victoria. HEX triplet: 51, 48 and 87. RGB value is (81,72,135). Sum of RGB (Red+Green+Blue) = 81+72+135=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #514887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514887 is #AEB778. Grayscale: #515151. Windows color (decimal): -11450233 or 8865873. OLE color: 8865873.

HSL color Cylindrical-coordinate representation of color #514887: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514887 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8172135-
CMYK0.400.4700.47
HSL248.57º30.43%40.59%-
HSV(B)248.57º46.67%52.94%-
XYZ10.088.1323.96-
YUV81.87157.98127.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=28.12%
G=25%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81721350.400.4700.47248.5730.4340.59
Hex514887282F02Ff91e29
Octal12111020750570573713651
Binary101000110010001000011110100010111101011111111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514887; }

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

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

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

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

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

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

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

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