#514C8C

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

Shades of Victoria #514C8C

Tints of Victoria #514C8C

Color information

#514C8C (or 0x514C8C) is unknown color: approx Victoria. HEX triplet: 51, 4C and 8C. RGB value is (81,76,140). Sum of RGB (Red+Green+Blue) = 81+76+140=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #514C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C8C is #AEB373. Grayscale: #545454. Windows color (decimal): -11449204 or 9194577. OLE color: 9194577.

HSL color Cylindrical-coordinate representation of color #514C8C: hue angle of 244.69º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514C8C is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8176140-
CMYK0.420.4600.45
HSL244.69º29.63%42.35%-
HSV(B)244.69º45.71%54.9%-
XYZ10.718.8125.95-
YUV84.79159.16125.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=27.27%
G=25.59%
B=47.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81761400.420.4600.45244.6929.6342.35
Hex514C8C2A2E02Df51e2a
Octal12111421452560553653652
Binary101000110011001000110010101010111001011011111010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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