#514C82

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

Shades of Victoria #514C82

Tints of Victoria #514C82

Color information

#514C82 (or 0x514C82) is unknown color: approx Victoria. HEX triplet: 51, 4C and 82. RGB value is (81,76,130). Sum of RGB (Red+Green+Blue) = 81+76+130=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #514C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C82 is #AEB37D. Grayscale: #535353. Windows color (decimal): -11449214 or 8539217. OLE color: 8539217.

HSL color Cylindrical-coordinate representation of color #514C82: hue angle of 245.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514C82 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8176130-
CMYK0.380.4200.49
HSL245.56º26.21%40.39%-
HSV(B)245.56º41.54%50.98%-
XYZ10.018.5322.24-
YUV83.65154.16126.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=28.22%
G=26.48%
B=45.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81761300.380.4200.49245.5626.2140.39
Hex514C82262A031f61a28
Octal12111420246520613663250
Binary101000110011001000001010011010101001100011111011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514C82; }

 p { color: rgb(81,76,130); }

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

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

 a { background-color: rgb(81,76,130); }

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

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

 span { border-color: rgb(81,76,130); }

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