#514585

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

Shades of Victoria #514585

Tints of Victoria #514585

Color information

#514585 (or 0x514585) is unknown color: approx Victoria. HEX triplet: 51, 45 and 85. RGB value is (81,69,133). Sum of RGB (Red+Green+Blue) = 81+69+133=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #514585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514585 is #AEBA7A. Grayscale: #4F4F4F. Windows color (decimal): -11451003 or 8734033. OLE color: 8734033.

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

Color convert

RGB8169133-
CMYK0.390.4800.48
HSL251.25º31.68%39.61%-
HSV(B)251.25º48.12%52.16%-
XYZ9.767.723.16-
YUV79.88157.98128.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=28.62%
G=24.38%
B=47.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81691330.390.4800.48251.2531.6839.61
Hex5145852730030fb2028
Octal12110520547600603734050
Binary1010001100010110000101100111110000011000011111011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514585; }

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

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

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

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

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

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

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

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