#514885

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

Shades of Victoria #514885

Tints of Victoria #514885

Color information

#514885 (or 0x514885) is unknown color: approx Victoria. HEX triplet: 51, 48 and 85. RGB value is (81,72,133). Sum of RGB (Red+Green+Blue) = 81+72+133=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #514885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514885 is #AEB77A. Grayscale: #515151. Windows color (decimal): -11450235 or 8734801. OLE color: 8734801.

HSL color Cylindrical-coordinate representation of color #514885: hue angle of 248.85º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514885 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8172133-
CMYK0.390.4600.48
HSL248.85º29.76%40.2%-
HSV(B)248.85º45.86%52.16%-
XYZ9.948.0823.23-
YUV81.64156.98127.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=28.32%
G=25.17%
B=46.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81721330.390.4600.48248.8529.7640.2
Hex514885272E030f91e28
Octal12111020547560603713650
Binary101000110010001000010110011110111001100001111100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514885; }

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

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

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

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

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

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

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

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