#514686

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

Shades of Victoria #514686

Tints of Victoria #514686

Color information

#514686 (or 0x514686) is unknown color: approx Victoria. HEX triplet: 51, 46 and 86. RGB value is (81,70,134). Sum of RGB (Red+Green+Blue) = 81+70+134=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #514686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514686 is #AEB979. Grayscale: #505050. Windows color (decimal): -11450746 or 8799825. OLE color: 8799825.

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

Color convert

RGB8170134-
CMYK0.400.4800.47
HSL250.31º31.37%40%-
HSV(B)250.31º47.76%52.55%-
XYZ9.897.8523.55-
YUV80.58158.14128.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=28.42%
G=24.56%
B=47.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81701340.400.4800.47250.3131.3740
Hex514686283002Ffa1f28
Octal12110620650600573723750
Binary101000110001101000011010100011000001011111111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514686; }

 p { color: rgb(81,70,134); }

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

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

 a { background-color: rgb(81,70,134); }

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

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

 span { border-color: rgb(81,70,134); }

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